summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-09-02 22:05:18 +0530
committersinanmohd <sinan@sinanmohd.com>2023-09-03 00:42:50 +0530
commitc636397e6062b4d9471a4b5f4e9cf7d34a257131 (patch)
tree71329d182a7652301e92b19deec3ca40a7ac913f /flake.lock
parent49b8ea0f6813fe197f81a532199b18e0ded424d7 (diff)
flake: init
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..e6cde03
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1693565476,
+ "narHash": "sha256-ya00zHt7YbPo3ve/wNZ/6nts61xt7wK/APa6aZAfey0=",
+ "owner": "NixOs",
+ "repo": "nixpkgs",
+ "rev": "aa8aa7e2ea35ce655297e8322dc82bf77a31d04b",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOs",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}