Use Flakes (#1)

* WIP flake work

* flake works
This commit is contained in:
Sridhar Ratnakumar 2021-04-06 13:59:44 -04:00 committed by GitHub
parent 0ea73d7bf4
commit 81cbe2a138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 66 additions and 56 deletions

25
flake.lock generated Normal file
View file

@ -0,0 +1,25 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1617730239,
"narHash": "sha256-/ld88MfYZwO6kgHxsTFcViidEOxOSrYEgW/0uSl8EFc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a05293a93c8498ee3b2e72afc91cbfbd04547918",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}