From ffee26da2b55200033da04a1ce3594d87f23484c Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 5 Dec 2024 18:22:02 +0100 Subject: [PATCH] common/nix: add `shells` to registry --- hosts/common/nix.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/common/nix.nix b/hosts/common/nix.nix index d333de1..6080333 100644 --- a/hosts/common/nix.nix +++ b/hosts/common/nix.nix @@ -43,6 +43,11 @@ type = "path"; path = "/home/h7x4/git/nixpkgs-tools"; }; + shells.to = { + type = "git"; + url = "https://git.pvv.ntnu.no/oysteikt/shells.git"; + ref = "main"; + }; }; }; }