common/nix: add shells to registry

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-05 18:22:02 +01:00
parent 101f0f6ca0
commit ffee26da2b
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

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";
};
}; };
}; };
} }