aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorAnirudh Oppiliappan <x@icyphox.sh>2024-06-16 23:32:49 +0300
committerAnirudh Oppiliappan <x@icyphox.sh>2024-06-16 23:32:49 +0300
commit7e3307efe8a1af7b0da6a3ccfcee40ef5f5d98d8 (patch)
treebb5dbc7a2907f9f8cdebb04ded050c82432298e9 /flake.lock
parentreadme: misc updates (diff)
downloadlegitrx-7e3307efe8a1af7b0da6a3ccfcee40ef5f5d98d8.tar.gz
legitrx-7e3307efe8a1af7b0da6a3ccfcee40ef5f5d98d8.tar.zst
legitrx-7e3307efe8a1af7b0da6a3ccfcee40ef5f5d98d8.zip
nix: init flake
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..9841a94
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,26 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1718558927,
+ "narHash": "sha256-PRqvkPqX5luuZ0WcUbz2zATGp4IzybDU0K33MxO9Sd0=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "f82fe275d98c521c051af4892cd8b3406cee67a3",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}