empyrean: intake tracks system nixpkgs
This commit is contained in:
parent
496ca27780
commit
c5f310d9fe
4
flake.lock
generated
4
flake.lock
generated
@ -23,7 +23,7 @@
|
||||
],
|
||||
"nixos-shell": "nixos-shell",
|
||||
"nixpkgs": [
|
||||
"nixpkgs-2405"
|
||||
"nixpkgs-empyrean"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
@ -44,7 +44,7 @@
|
||||
"intake-sources": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs-2405"
|
||||
"nixpkgs-empyrean"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
|
@ -12,12 +12,12 @@
|
||||
};
|
||||
intake = {
|
||||
url = "git+ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git?ref=develop";
|
||||
inputs.nixpkgs.follows = "nixpkgs-2405";
|
||||
inputs.nixpkgs.follows = "nixpkgs-empyrean";
|
||||
inputs.flake-compat.follows = "flake-compat";
|
||||
};
|
||||
intake-sources = {
|
||||
url = "git+ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake-sources.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs-2405";
|
||||
inputs.nixpkgs.follows = "nixpkgs-empyrean";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user