support build for all nixpkgs default systems

This commit is contained in:
Thorsten Schindler
2021-09-11 21:41:38 +02:00
parent 8c5cd198e0
commit 14a828618b
2 changed files with 44 additions and 18 deletions

18
flake.lock generated
View File

@@ -17,7 +17,23 @@
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"utils": "utils"
}
},
"utils": {
"locked": {
"lastModified": 1629481132,
"narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "997f7efcb746a9c140ce1f13c72263189225f482",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
}
},