use stdenv.hostPlatform.system instead of system
This commit is contained in:
+8
-1
@@ -13,6 +13,13 @@
|
||||
security.rtkit.enable = true;
|
||||
security.polkit.enable = true;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
users.users.aditya = {
|
||||
isNormalUser = true;
|
||||
description = "aditya";
|
||||
@@ -36,6 +43,6 @@
|
||||
zed-editor
|
||||
devenv
|
||||
nixd
|
||||
inputs.pano-scrobbler.packages."x86_64-linux".default
|
||||
inputs.pano-scrobbler.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user