aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authoraditya <bluenerd@protonmail.com>2023-06-08 20:56:35 +0530
committeraditya <bluenerd@protonmail.com>2023-06-08 20:56:35 +0530
commit2d5b0841631356c2d7abae3d9e1315a72c055e9d (patch)
tree42d56186438665fa1e98724129b7cab7648e6e90 /flake.lock
parent524988bf68c30002680a35a24aa52c5ef060c2b0 (diff)
add flake.lock
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..42930f1
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1685566663,
+ "narHash": "sha256-btHN1czJ6rzteeCuE/PNrdssqYD2nIA4w48miQAFloM=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "4ecab3273592f27479a583fb6d975d4aba3486fe",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "23.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}