Enable strictDeps on all our toplevel packages #12

Open
abonerib wants to merge 473 commits from abonerib/bscpkgs:enableStrictDeps into master
Showing only changes of commit ce8b05b142 - Show all commits

View File

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