summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-08-30 16:38:27 +0200
committerEelco Dolstra <edolstra@gmail.com>2019-08-30 16:38:27 +0200
commit80c36d4562af71a90c67b3adb886a1003834890e (patch)
tree82be5f00ade2b2f8ba79bb150bcd5a91965d12c1 /flake.lock
parent30ccf4e52d31ea0f1531feb8cccdc0314a41265d (diff)
Remove 'name' attribute from flakes
This is no longer needed since flakes are given an identity in the 'inputs' attribute.
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock7
1 files changed, 2 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index 8072152ca..fa5649c03 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,13 +1,10 @@
{
"inputs": {
"nixpkgs": {
- "id": "nixpkgs",
"inputs": {},
- "narHash": "sha256-AndIaZrFFIT+VFhVtQHsS90I5SWfjTDTxzs9Hx9ZxZA=",
- "nonFlakeInputs": {},
- "uri": "github:edolstra/nixpkgs/9bd2e2c96ddeec64e9ad37540412263fdb78458d"
+ "narHash": "sha256-TrLhI3xPkTTznE9gcMHhkHirGNN7N02zM4DxJ/U3WRs=",
+ "uri": "github:edolstra/nixpkgs/24bf27fc215e8300877dfa1c426b9966bbfbd150"
}
},
- "nonFlakeInputs": {},
"version": 2
}