summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-01 13:53:12 -0400
committerseth <[email protected]>2023-07-01 13:53:12 -0400
commita4a6b35d2a9011866a517994c2c5040685d2cdba (patch)
treec45a44246fdc7b47b81647cd83432c669c2ea1e7 /flake.lock
initial commit
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock26
1 files changed, 26 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..e1cbfa5
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,26 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1687898314,
+ "narHash": "sha256-B4BHon3uMXQw8ZdbwxRK1BmxVOGBV4viipKpGaIlGwk=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "e18dc963075ed115afb3e312b64643bf8fd4b474",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "ref": "nixos-unstable",
+ "type": "indirect"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}