summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2020-12-15 16:01:40 +0100
committerNaïm Favier <n@monade.li>2020-12-15 16:14:44 +0100
commitae89eafb817f6c691cb0e97f9e67cd9204ada3a4 (patch)
treea2e64d1c337e2e28514a2244b966417cff3e0aaf /flake.lock
parent7c06f610f15642e3664f01a51c08c64cc8835f51 (diff)
add flake support
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock42
1 files changed, 42 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..a9abdbc
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,42 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1607522989,
+ "narHash": "sha256-o/jWhOSAlaK7y2M57OIriRt6whuVVocS/T0mG7fd1TI=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "e9158eca70ae59e73fae23be5d13d3fa0cfc78b4",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "ref": "nixos-unstable",
+ "type": "indirect"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs",
+ "utils": "utils"
+ }
+ },
+ "utils": {
+ "locked": {
+ "lastModified": 1605370193,
+ "narHash": "sha256-YyMTf3URDL/otKdKgtoMChu4vfVL3vCMkRqpGifhUn0=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "5021eac20303a61fafe17224c087f5519baed54d",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}