summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-26 18:31:28 -0700
committerPreston Pan <ret2pop@nullring.xyz>2026-03-26 18:31:28 -0700
commitf49dfb56c699da817a7deac711bd16d38df80783 (patch)
tree69ecebb0103cd4c79d5a5331081c29396bbcfe12 /flake.lock
first commit
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..d33b4d3
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1774386573,
+ "narHash": "sha256-4hAV26quOxdC6iyG7kYaZcM3VOskcPUrdCQd/nx8obc=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "46db2e09e1d3f113a13c0d7b81e2f221c63b8ce9",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}