summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-09-26 19:41:45 +0530
committersinanmohd <sinan@firemail.cc>2023-09-26 21:05:08 +0530
commit3647b6c1140cb9e0cebeab19e53c0294f966b19b (patch)
treeb4b95fba3c5f1bdb0180005a4d466990ef39a32c /flake.lock
parent1bbbd7a29de5ad21f295bae0c8ac127fb30923bd (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..03f190c
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1695318763,
+ "narHash": "sha256-FHVPDRP2AfvsxAdc+AsgFJevMz5VBmnZglFUMlxBkcY=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "e12483116b3b51a185a33a272bf351e357ba9a99",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixpkgs-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}