summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-10-18 12:46:59 +0200
committerDaiderd Jordan <daiderd@gmail.com>2020-10-21 18:30:56 +0200
commitc4bc63d2b9c92cda312e72a6b9131d43c4201d02 (patch)
treea5e0838997b96a56b67429257637d054fa7b5394 /flake.lock
parent849d527a15bef740f1341dcaaacf7e0ef279813e (diff)
add flake and split evalConfig
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock25
1 files changed, 25 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..8871e13
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,25 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1602411953,
+ "narHash": "sha256-gbupmxRpoQZqL5NBQCJN2GI5G7XDEHHHYKhVwEj5+Ps=",
+ "owner": "LnL7",
+ "repo": "nixpkgs",
+ "rev": "f780534ea2d0c12e62607ff254b6b45f46653f7a",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "type": "indirect"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}