nixos-module/system-profile.nix

9 lines
122 B
Nix
Raw Normal View History

2024-03-25 00:14:18 +00:00
{ pkgs, flakey-profile }:
flakey-profile.lib.mkProfile {
inherit pkgs;
paths = with pkgs; [
cacert
nix
];
}