non-lts kernel, warn fix
This commit is contained in:
parent
e05c82f700
commit
862a72a0ab
2 changed files with 4 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
./configuration.nix
|
||||
({ pkgs, inputs, ... }: {
|
||||
environment.systemPackages = [
|
||||
inputs.claude-code-nix.packages.${pkgs.system}.default
|
||||
inputs.claude-code-nix.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
})
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue