aboutsummaryrefslogtreecommitdiffstats
path: root/inputs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'inputs.nix')
-rw-r--r--inputs.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/inputs.nix b/inputs.nix
index b874df3c..abc7822e 100644
--- a/inputs.nix
+++ b/inputs.nix
@@ -89,6 +89,9 @@ in {
"disko" = {
url = "github:nix-community/disko/master";
};
+ "devshells" = {
+ url = "git+https://git.foss-syndicate.org/bpeetz/devshells?ref=prime";
+ };
"flake-compat" = {
url = "git+https://git.lix.systems/lix-project/flake-compat?ref=main";
};