flake: change bscpkgs

This commit is contained in:
陈浩南 2024-09-21 03:42:10 +08:00
parent 4ed6473503
commit b275b831c0
2 changed files with 7 additions and 7 deletions

View File

@ -60,17 +60,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1713974364, "lastModified": 1726861230,
"narHash": "sha256-ilZTVWSaNP1ibhQIIRXE+q9Lj2XOH+F9W3Co4QyY1eU=", "narHash": "sha256-bm3VHVFEhYaywmvjR+kntr3ZfEFQtSLGszHmFpn977A=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "de89197a4a7b162db7df9d41c9d07759d87c5709", "rev": "a66eb7e404354ae576e1f0cf636711d244f6e07e",
"revCount": 937, "revCount": 938,
"type": "git", "type": "git",
"url": "https://pm.bsc.es/gitlab/rarias/bscpkgs.git" "url": "https://git.chn.moe/chn/bscpkgs.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://pm.bsc.es/gitlab/rarias/bscpkgs.git" "url": "https://git.chn.moe/chn/bscpkgs.git"
} }
}, },
"catppuccin": { "catppuccin": {

View File

@ -37,7 +37,7 @@
}; };
gricad = { url = "github:Gricad/nur-packages"; flake = false; }; gricad = { url = "github:Gricad/nur-packages"; flake = false; };
catppuccin.url = "github:catppuccin/nix"; catppuccin.url = "github:catppuccin/nix";
bscpkgs = { url = "git+https://pm.bsc.es/gitlab/rarias/bscpkgs.git"; inputs.nixpkgs.follows = "nixpkgs"; }; bscpkgs = { url = "git+https://git.chn.moe/chn/bscpkgs.git"; inputs.nixpkgs.follows = "nixpkgs"; };
poetry2nix = { url = "github:CHN-beta/poetry2nix"; inputs.nixpkgs.follows = "nixpkgs"; }; poetry2nix = { url = "github:CHN-beta/poetry2nix"; inputs.nixpkgs.follows = "nixpkgs"; };
misskey = { url = "git+https://github.com/CHN-beta/misskey?submodules=1"; flake = false; }; misskey = { url = "git+https://github.com/CHN-beta/misskey?submodules=1"; flake = false; };