aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-02-02 22:19:20 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-02-02 22:19:20 +0530
commita1de7769d8471f7343337a89fc37b4ce30d6725f (patch)
treeca52f3586d32f3946a302023b2c7ecb10eb79866 /flake.lock
parent6b76eb48066a5fb0c45b108fd3eed1743029da4f (diff)
misc: Add support for NixOS
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..3d56c64
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1738410390,
+ "narHash": "sha256-xvTo0Aw0+veek7hvEVLzErmJyQkEcRk6PSR4zsRQFEc=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "3a228057f5b619feb3186e986dbe76278d707b6e",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}