diff options
author | Yves Fischer <yvesf+git@xapek.org> | 2021-04-15 20:38:32 +0200 |
---|---|---|
committer | Yves Fischer <yvesf+git@xapek.org> | 2021-04-15 20:47:29 +0200 |
commit | d0fa6a32927dfbde4dadf61b0eea49b064855584 (patch) | |
tree | 8713b5e377ee9991dfeca288015b77227744e7a1 /flake.lock | |
parent | ec601443cfb26a6540f9459a5b741ecfd3c96f11 (diff) | |
download | batteriewarner-d0fa6a32927dfbde4dadf61b0eea49b064855584.tar.gz batteriewarner-d0fa6a32927dfbde4dadf61b0eea49b064855584.zip |
add flake.nix
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..8ed578a --- /dev/null +++ b/flake.lock @@ -0,0 +1,26 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1618358082, + "narHash": "sha256-4vyEiTcCk7hRigwcRqDAF86YQbUzALUNxyH8SLG4oeo=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "dec334fa196a4aeedb1b60d8f7d61aa00d327499", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-20.09", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |