claude-code is unfree, and only in unstable.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user