Enable strictDeps on all our toplevel packages #12

Open
abonerib wants to merge 473 commits from abonerib/bscpkgs:enableStrictDeps into master
3 changed files with 11 additions and 0 deletions
Showing only changes of commit 028b151c78 - Show all commits

View File

@ -0,0 +1,9 @@
{
programs.ssh.extraConfig = ''
Host ssfhead
HostName ssflogin.bsc.es
Host hut
ProxyJump ssfhead
HostName xeon07
'';
}

View File

@ -5,6 +5,7 @@
../common/base.nix ../common/base.nix
../module/emulation.nix ../module/emulation.nix
../module/debuginfod.nix ../module/debuginfod.nix
../module/ssh-hut-extern.nix
../eudy/kernel/perf.nix ../eudy/kernel/perf.nix
]; ];

View File

@ -5,6 +5,7 @@
../common/xeon.nix ../common/xeon.nix
../module/emulation.nix ../module/emulation.nix
../module/debuginfod.nix ../module/debuginfod.nix
../module/ssh-hut-extern.nix
]; ];
# Select the this using the ID to avoid mismatches # Select the this using the ID to avoid mismatches