summary refs log tree commit diff
path: root/flake.lock
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@internetsafetylabs.org>2025-04-16 15:58:55 -0700
committerIrenes <ireneista@internetsafetylabs.org>2025-04-16 15:27:29 -0800
commit8fa86294cfb2798bdf844a629a5694e582c72542 (patch)
treed5c1948ed88af295c1c57c138eec771dd2f539da /flake.lock
parenta2822824e39439c91f82027214f64c31ad272b60 (diff)
initial configuration of a nix flake
this also sets up direnv and gitignore

Change-Id: Ifa286098ec0be1122e167757c11be1cd3d06ec93
Force-Push: I'm trying to do initial setup and I want to move quickly
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock27
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..d9326af
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+  "nodes": {
+    "nixpkgs": {
+      "locked": {
+        "lastModified": 1744440957,
+        "narHash": "sha256-FHlSkNqFmPxPJvy+6fNLaNeWnF1lZSgqVCl/eWaJRc4=",
+        "owner": "NixOS",
+        "repo": "nixpkgs",
+        "rev": "26d499fc9f1d567283d5d56fcf367edd815dba1d",
+        "type": "github"
+      },
+      "original": {
+        "owner": "NixOS",
+        "ref": "nixos-24.11",
+        "repo": "nixpkgs",
+        "type": "github"
+      }
+    },
+    "root": {
+      "inputs": {
+        "nixpkgs": "nixpkgs"
+      }
+    }
+  },
+  "root": "root",
+  "version": 7
+}