diff options
author | pennae <github@quasiparticle.net> | 2022-05-28 15:14:52 +0200 |
---|---|---|
committer | pennae <github@quasiparticle.net> | 2022-06-01 01:45:18 +0200 |
commit | 50068653801991e67487f1b555b83f9232a3bd48 (patch) | |
tree | 229f7427e4cadbe3e9fbdee3c07a622fa59fb54b /flake.lock | |
download | label-tracker-50068653801991e67487f1b555b83f9232a3bd48.tar.gz label-tracker-50068653801991e67487f1b555b83f9232a3bd48.tar.xz label-tracker-50068653801991e67487f1b555b83f9232a3bd48.zip |
initial commit
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..2951e38 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1653704018, + "narHash": "sha256-3kQ96fOzxcLDE1WyimGrwf7buN0pvnveGgijzG1uNf8=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "cce0667703fce3a1162dd252cf0864fdf83466ab", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable-small", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |