common/nix: add shells to registry

This commit is contained in:
2024-12-05 18:22:02 +01:00
parent 101f0f6ca0
commit ffee26da2b

View File

@@ -43,6 +43,11 @@
type = "path"; type = "path";
path = "/home/h7x4/git/nixpkgs-tools"; path = "/home/h7x4/git/nixpkgs-tools";
}; };
shells.to = {
type = "git";
url = "https://git.pvv.ntnu.no/oysteikt/shells.git";
ref = "main";
};
}; };
}; };
} }