add vintage story

This commit is contained in:
TheWanderingCrow 2025-02-20 17:06:01 -05:00
parent 00b3066a24
commit 97b8d08515

View file

@ -31,6 +31,10 @@
pkgs = import nixpkgs { pkgs = import nixpkgs {
inherit system; inherit system;
config.allowUnfree = true; config.allowUnfree = true;
config.permittedInsecurePackages = [
"dotnet-runtime-wrapped-7.0.20"
"dotnet-runtime-7.0.20"
];
}; };
}; };
in { in {