Compare commits
2 commits
d280cdec17
...
b08d2ffe38
Author | SHA1 | Date | |
---|---|---|---|
b08d2ffe38 | |||
c0ea237330 |
2 changed files with 5 additions and 17 deletions
21
flake.lock
generated
21
flake.lock
generated
|
@ -340,7 +340,9 @@
|
|||
],
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
"nuschtosSearch": [],
|
||||
"systems": "systems"
|
||||
"systems": [
|
||||
"systems"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1747083534,
|
||||
|
@ -390,7 +392,7 @@
|
|||
"nixvim": "nixvim",
|
||||
"nuschtosSearch": "nuschtosSearch",
|
||||
"stylix": "stylix",
|
||||
"systems": "systems_2",
|
||||
"systems": "systems",
|
||||
"treefmt-nix": "treefmt-nix",
|
||||
"unstable": [
|
||||
"nixvim",
|
||||
|
@ -455,21 +457,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"systems_2": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"tinted-foot": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
url = "github:nix-community/nixvim";
|
||||
inputs = {
|
||||
flake-parts.follows = "flake-parts";
|
||||
systems.follows = "systems";
|
||||
# disable optional inputs
|
||||
nuschtosSearch.follows = "";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue