mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 17:29:30 +08:00
flake: use nixpkgs from git submodule
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "nixpkgs"]
|
||||
path = nixpkgs
|
||||
url = https://github.com/CHN-beta/nixpkgs.git
|
||||
17
flake.lock
generated
17
flake.lock
generated
@@ -1161,19 +1161,14 @@
|
||||
},
|
||||
"nixpkgs_3": {
|
||||
"locked": {
|
||||
"lastModified": 1767530756,
|
||||
"narHash": "sha256-8Li3OLnzc406/gOe+Sgu0bHoedzibvIJ77bk3/EOMqw=",
|
||||
"owner": "CHN-beta",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "d7f3d87456d890459fac2f3e3723340d60de10bb",
|
||||
"type": "github"
|
||||
"path": "nixpkgs",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"owner": "CHN-beta",
|
||||
"ref": "nixos-25.11",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
"path": "nixpkgs",
|
||||
"type": "path"
|
||||
},
|
||||
"parent": []
|
||||
},
|
||||
"nixvirt": {
|
||||
"inputs": {
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
|
||||
inputs =
|
||||
{
|
||||
nixpkgs.url = "github:CHN-beta/nixpkgs/nixos-25.11";
|
||||
self.submodules = true;
|
||||
nixpkgs.url = ./nixpkgs;
|
||||
nixpkgs-2505.url = "github:CHN-beta/nixpkgs/nixos-25.05";
|
||||
nixpkgs-2411.url = "github:CHN-beta/nixpkgs/nixos-24.11";
|
||||
nixpkgs-2311.url = "github:CHN-beta/nixpkgs/nixos-23.11";
|
||||
|
||||
1
nixpkgs
Submodule
1
nixpkgs
Submodule
Submodule nixpkgs added at d7f3d87456
Reference in New Issue
Block a user