skrott: don't pull in nixpkgs/nixpkgs-unstable source tarballs

This commit is contained in:
h7x4
2026-01-26 15:43:23 +09:00
parent 7d451f1db5
commit c78c29aaa6

View File

@@ -41,6 +41,9 @@
programs.zsh.enable = lib.mkForce false;
programs.git.package = pkgs.gitMinimal;
nix.registry = lib.mkForce { };
nix.nixPath = lib.mkForce [ ];
sops.secrets = {
"dibbler/postgresql/password" = {
owner = "dibbler";