fix system deprecation warning
This commit is contained in:
parent
3b5c5fb429
commit
9f4e80ebfc
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
let
|
||||
claude-code = inputs.claude-code.packages.${pkgs.system}.default;
|
||||
pkgs-unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system};
|
||||
claude-code = inputs.claude-code.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
pkgs-unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue