From 60803215247ba7de192ce5d2f2a7967bbf4db88c Mon Sep 17 00:00:00 2001 From: Aditya Date: Mon, 27 Feb 2023 10:57:17 +0530 Subject: [PATCH] add nix --- nix/nix.conf | 1 + nix/registry.json | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 nix/nix.conf create mode 100644 nix/registry.json diff --git a/nix/nix.conf b/nix/nix.conf new file mode 100644 index 0000000..c7d7291 --- /dev/null +++ b/nix/nix.conf @@ -0,0 +1 @@ +experimental-features = nix-command flakes diff --git a/nix/registry.json b/nix/registry.json new file mode 100644 index 0000000..2f98a69 --- /dev/null +++ b/nix/registry.json @@ -0,0 +1,19 @@ +{ + "flakes": [ + { + "from": { + "id": "nixpkgs", + "type": "indirect" + }, + "to": { + "lastModified": 1663879234, + "narHash": "sha256-zCe2EVY+Jt3I7gBgMSkuGesZ57vyt/WwIUwshiwDErk=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "a8a557e233c30b60225fa5af41cc56f8409e4afb", + "type": "github" + } + } + ], + "version": 2 +} \ No newline at end of file