mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
update shell flakes; update pkgs.system
This commit is contained in:
parent
57f38b5c02
commit
393023b5f7
14 changed files with 44 additions and 40 deletions
|
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
pkgs-stable = inputs.nixpkgs-stable.legacyPackages.${pkgs.system};
|
||||
pkgs-stable = inputs.nixpkgs-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||
colors = config.lib.stylix.colors.withHashtag;
|
||||
rPkgs =
|
||||
with pkgs-stable.rPackages;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue