flake/dev/flake: override vicinae's system input (#2057)
Link: https://github.com/nix-community/stylix/pull/2057
Reviewed-by: 0xda157 <da157@voidq.com>
(cherry picked from commit 4b9e0e7ba3)
This commit is contained in:
parent
cfde343ff3
commit
6f3b50c8fa
2 changed files with 4 additions and 17 deletions
19
flake/dev/flake.lock
generated
19
flake/dev/flake.lock
generated
|
|
@ -221,21 +221,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"treefmt-nix": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
|
@ -261,7 +246,9 @@
|
|||
"nixpkgs": [
|
||||
"dev-nixpkgs"
|
||||
],
|
||||
"systems": "systems"
|
||||
"systems": [
|
||||
"dev-systems"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1764768018,
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@
|
|||
url = "github:vicinaehq/vicinae";
|
||||
inputs = {
|
||||
nixpkgs.follows = "dev-nixpkgs";
|
||||
flake-utils.inputs.systems.follows = "dev-systems";
|
||||
systems.follows = "dev-systems";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue