Fix evaluation warnings
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
bbbda37bfc
commit
d23ae4bdcf
15 changed files with 31 additions and 31 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ withSystem, ... }:
|
||||
{ withSystem, ... }:
|
||||
|
||||
let
|
||||
name = "today2";
|
||||
|
|
@ -20,7 +20,7 @@ in
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
(withSystem pkgs.system (psArgs: psArgs.config.packages.${name}))
|
||||
(withSystem pkgs.stdenv.hostPlatform.system (psArgs: psArgs.config.packages.${name}))
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue