made the pkgs.system actually use the correct new syntax
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
{ pkgs, inputs, ... }:
|
{ pkgs, inputs, ... }:
|
||||||
|
let
|
||||||
|
system = pkgs.stdenv.hostPlatform.system;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
@@ -39,8 +41,8 @@
|
|||||||
jujutsu
|
jujutsu
|
||||||
glow
|
glow
|
||||||
|
|
||||||
inputs.silicate.packages.${pkgs.system}.default
|
inputs.silicate.packages.${system}.default
|
||||||
inputs.herdr.packages.${pkgs.system}.default
|
inputs.herdr.packages.${system}.default
|
||||||
];
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
|||||||
Reference in New Issue
Block a user