claude-code is unfree, and only in unstable.

This commit is contained in:
2025-05-29 08:28:47 +01:00
parent 0e9e8c8bed
commit a7aa7e1946
2 changed files with 7 additions and 2 deletions

View File

@@ -47,7 +47,12 @@
let
inherit (self);
overlay-unstable = final: prev: { unstable = nixpkgs-unstable.legacyPackages.${prev.system}; };
overlay-unstable = final: prev: {
unstable = import nixpkgs-unstable {
inherit (prev) system;
config.allowUnfree = true;
};
};
mkNixos =
system: modules: