diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-04-16 15:40:58 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-04-16 15:43:55 +0200 |
commit | 3d0e81051fca850fb7b46d6299a94566b8c1ab62 (patch) | |
tree | 87c89c1882875cfbabdad36fbaa97257deee8bdb /flake.lock | |
parent | 8c4e759efd779e80d135516fdce2cf884a2e06f5 (diff) |
Fix lock file generation
Before:
"requires": {
"nixpkgs": {
"uri": "nixpkgs"
}
},
After:
"requires": {
"nixpkgs": {
"uri": "github:edolstra/nixpkgs/f10e8a02eb7fa2b4a070f30cf87f4efcc7f3186d"
}
},
Diffstat (limited to 'flake.lock')
0 files changed, 0 insertions, 0 deletions