flake/dev: have nuschtosSearch systems input follow nixivm's

flake/dev/flake.lock updates:
• Updated input 'nuschtosSearch/flake-utils/systems':
    'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e?narHash=sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768%3D' (2023-04-09)
  → follows 'nixvim/systems'
This commit is contained in:
Matt Sturgeon
2026-05-25 04:30:52 +00:00
parent 860304dd63
commit 4aa27f5af0
2 changed files with 5 additions and 16 deletions
+4 -16
View File
@@ -59,7 +59,10 @@
},
"flake-utils": {
"inputs": {
"systems": "systems_2"
"systems": [
"nixvim",
"systems"
]
},
"locked": {
"lastModified": 1731533236,
@@ -272,21 +275,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"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [
+1
View File
@@ -36,6 +36,7 @@
# TODO: newer versions fail with: TimeoutError: The operation was aborted due to timeout
url = "github:NuschtOS/search/b6f77b88e9009bfde28e2130e218e5123dc66796";
inputs.nixpkgs.follows = "nixvim/nixpkgs";
inputs.flake-utils.inputs.systems.follows = "nixvim/systems";
};
treefmt-nix = {