nixos-module/system-profile.nix
2024-03-24 17:14:18 -07:00

9 lines
122 B
Nix

{ pkgs, flakey-profile }:
flakey-profile.lib.mkProfile {
inherit pkgs;
paths = with pkgs; [
cacert
nix
];
}