]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - environments/default.nix
Fix issue in ISRG script that is not idempotent
[perso/Immae/Config/Nix.git] / environments / default.nix
1 { callPackage }:
2 {
3 immae-eu = callPackage ./immae-eu.nix {};
4 }