flake: add explicit 'systems' input

This commit is contained in:
Bruno BELANYI 2024-01-03 14:00:58 +00:00
parent 39eba647ac
commit a93dc2935b
2 changed files with 16 additions and 2 deletions

8
flake.lock generated
View file

@ -86,7 +86,9 @@
},
"futils": {
"inputs": {
"systems": "systems"
"systems": [
"systems"
]
},
"locked": {
"lastModified": 1701680307,
@ -214,7 +216,8 @@
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"nur": "nur",
"pre-commit-hooks": "pre-commit-hooks"
"pre-commit-hooks": "pre-commit-hooks",
"systems": "systems"
}
},
"systems": {
@ -228,6 +231,7 @@
},
"original": {
"owner": "nix-systems",
"ref": "main",
"repo": "default",
"type": "github"
}