summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/nix.conf1
-rw-r--r--nix/registry.json19
2 files changed, 20 insertions, 0 deletions
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