claude-code is unfree, and only in unstable.
This commit is contained in:
@@ -47,7 +47,12 @@
|
|||||||
let
|
let
|
||||||
inherit (self);
|
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 =
|
mkNixos =
|
||||||
system: modules:
|
system: modules:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{ pkgs }:
|
{ pkgs }:
|
||||||
let
|
let
|
||||||
corePkgs = with pkgs; [
|
corePkgs = with pkgs; [
|
||||||
claude-code
|
unstable.claude-code
|
||||||
direnv
|
direnv
|
||||||
fzf
|
fzf
|
||||||
git
|
git
|
||||||
|
|||||||
Reference in New Issue
Block a user