fix containers and mullvad

This commit is contained in:
atagen 2024-08-15 12:19:55 +10:00
parent f623faa0ef
commit c8ee397794
20 changed files with 370 additions and 115 deletions

View file

@ -1,14 +1,4 @@
{...}: {
additions = final: _prev: import ../.old/pkgs {pkgs = final;};
rice = import ./rice.nix;
# pkg-sets = final: prev: {
# unstable = import inputs.nixpkgs {
# system = final.system;
# config.allowUnfree = true;
# };
# stable = import inputs.nixpkgs-stable {
# system = final.system;
# config.allowUnfree = true;
# };
# };
}