Flake for other systems too

This commit is contained in:
Smaug123
2022-10-29 15:02:29 +01:00
parent 382d04b174
commit e77563a5de
3 changed files with 36 additions and 11 deletions

16
flake.lock generated
View File

@@ -45,6 +45,21 @@
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flakeCompat": {
"flake": false,
"locked": {
@@ -79,6 +94,7 @@
"root": {
"inputs": {
"alejandra": "alejandra",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
},