This commit is contained in:
2026-07-13 19:10:28 +01:00
parent 937987ccfc
commit ad8a7e6f86
6 changed files with 59 additions and 50 deletions
+1 -1
View File
@@ -141,7 +141,7 @@
inherit inputs outputs;
unstablePkgs = import nixpkgs-unstable {
# We also need to do the same for unstable
system = pkgs.stdenv.hostPlatform.system;
inherit (pkgs.stdenv.hostPlatform) system;
config = {
allowUnfree = true;
allowUnfreePredicate = _: true;