Remove unused nixpkgs entry in flake.lock

This commit is contained in:
Daniel Nagy 2022-02-16 19:27:53 +01:00
parent 8994097433
commit 589339ff1c
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

24
flake.lock generated
View file

@ -1,27 +1,7 @@
{
"nodes": {
"nixpkgs": {
"info": {
"lastModified": 1590824667,
"narHash": "sha256-ut9bcUiG3LKIQtvLrhivTGqvjSP87fLlPssepQy7Ikg="
},
"locked": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "89e60f61ab6f09362433fd23370c590cd47e9c72",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
"root": {}
},
"root": "root",
"version": 5
"version": 7
}