diff options
author | Jörg Thalheim <Mic92@users.noreply.github.com> | 2022-08-17 14:00:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 14:00:19 +0100 |
commit | 91efad532608b2d5aedc2ce40e8daf5844f1ac74 (patch) | |
tree | 88197df546363895dc7194d0f1722cc6e803b08f /flake.lock | |
parent | 2fc06462ce5c31d363686b110b42d653b6f8f366 (diff) | |
parent | 6b3d6452eb0ecd019468eff149b023560360e566 (diff) |
Merge pull request #8 from nix-community/no-impure
No impure
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..d99ebe5 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1660646295, + "narHash": "sha256-V4G+egGRc3elXPTr7QLJ7r7yrYed0areIKDiIAlMLC8=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "762b003329510ea855b4097a37511eb19c7077f0", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |