Files
util.nix/legacy/helper/default.nix

5 lines
113 B
Nix

{ callPackage }: {
posix-shell = callPackage ./posix-shell {};
steam = callPackage ./steam {};
}