1
Fork 0
mirror of https://github.com/RGBCube/agenix synced 2025-07-31 10:47:45 +00:00

fix: flake show and flake check

remove flake-utils
This commit is contained in:
Ryan Mulligan 2021-05-09 15:29:34 -07:00
parent dd29ebafac
commit 1ed5f6d3a9
2 changed files with 25 additions and 29 deletions

16
flake.lock generated
View file

@ -1,20 +1,5 @@
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1618868421,
"narHash": "sha256-vyoJhLV6cJ8/tWz+l9HZLIkb9Rd9esE7p+0RL6zDR6Y=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "eed214942bcfb3a8cc09eb3b28ca7d7221e44a94",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1618628710,
@ -30,7 +15,6 @@
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
}