stop setting netrc-file

This commit is contained in:
Abel Luck 2026-04-08 08:43:08 +02:00
parent aa4732af7b
commit d6d6721c16
6 changed files with 95 additions and 2 deletions

View file

@ -36,6 +36,7 @@
'';
doCheck = true;
});
module-checks = import ./module-checks.nix { inherit self pkgs; };
devShell = self.devShells.${pkgs.stdenv.hostPlatform.system}.default;
}
// pkgs.lib.optionalAttrs pkgs.stdenv.isLinux {