mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 00:26:21 +03:00
Merge pull request #360 from typedrat/fix/flake-nix-missing-rec
Fix the flake evaluation regression from #356
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
claude-desktop = pkgs.callPackage ./nix/claude-desktop.nix {
|
||||
inherit node-pty;
|
||||
};
|
||||
claude-desktop-fhs = pkgs.callPackage ./nix/fhs.nix {
|
||||
inherit claude-desktop;
|
||||
};
|
||||
in {
|
||||
_module.args.pkgs = import inputs.nixpkgs {
|
||||
inherit system;
|
||||
@@ -24,10 +27,7 @@
|
||||
};
|
||||
|
||||
packages = {
|
||||
inherit claude-desktop;
|
||||
claude-desktop-fhs = pkgs.callPackage ./nix/fhs.nix {
|
||||
inherit claude-desktop;
|
||||
};
|
||||
inherit claude-desktop claude-desktop-fhs;
|
||||
default = claude-desktop-fhs;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user