flake/dev/flake: override vicinae's system input (#2057)
Link: https://github.com/nix-community/stylix/pull/2057 Reviewed-by: 0xda157 <da157@voidq.com>
This commit is contained in:
parent
1acea29f68
commit
4b9e0e7ba3
2 changed files with 4 additions and 17 deletions
19
flake/dev/flake.lock
generated
19
flake/dev/flake.lock
generated
|
|
@ -219,21 +219,6 @@
|
||||||
"type": "github"
|
"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": {
|
"treefmt-nix": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
|
@ -259,7 +244,9 @@
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"dev-nixpkgs"
|
"dev-nixpkgs"
|
||||||
],
|
],
|
||||||
"systems": "systems"
|
"systems": [
|
||||||
|
"dev-systems"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1764768018,
|
"lastModified": 1764768018,
|
||||||
|
|
|
||||||
|
|
@ -183,7 +183,7 @@
|
||||||
url = "github:vicinaehq/vicinae";
|
url = "github:vicinaehq/vicinae";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.follows = "dev-nixpkgs";
|
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