Remove dependency on flake-utils

This commit is contained in:
Daniel Thwaites 2022-07-24 17:04:14 +01:00
parent 324b951687
commit ff5da2914c
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D
2 changed files with 47 additions and 69 deletions

18
flake.lock generated
View file

@ -39,23 +39,7 @@
"root": {
"inputs": {
"base16": "base16",
"nixpkgs": "nixpkgs",
"utils": "utils"
}
},
"utils": {
"locked": {
"lastModified": 1631561581,
"narHash": "sha256-3VQMV5zvxaVLvqqUrNz3iJelLw30mIVSfZmAaauM3dA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "7e5bf3925f6fbdfaf50a2a7ca0be2879c4261d19",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
"nixpkgs": "nixpkgs"
}
}
},