summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a3e406f..ef27fa4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -99,6 +99,12 @@
########### this fucking guy ########
nixos-rk3588.url = "github:ryan4yin/nixos-rk3588";
+ devenv = {
+ url = "github:cachix/devenv";
+ };
+
+ # determinate systems patched nix. supposedly for enterprise
+ # determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
};
outputs = inputs: import ./outputs.nix inputs;
}