nix/hm: fix pkg.system missing attr (#433)
Co-authored-by: notwinder <winderdawshmaster@gmail.com>
This commit is contained in:
parent
f2a85494f2
commit
1dc732710d
1 changed files with 4 additions and 2 deletions
|
|
@ -4,8 +4,10 @@ self: {
|
|||
lib,
|
||||
...
|
||||
}: let
|
||||
cli-default = self.inputs.caelestia-cli.packages.${pkgs.system}.default;
|
||||
shell-default = self.packages.${pkgs.system}.with-cli;
|
||||
inherit (pkgs.stdenv.hostPlatform) system;
|
||||
|
||||
cli-default = self.inputs.caelestia-cli.packages.${system}.default;
|
||||
shell-default = self.packages.${system}.with-cli;
|
||||
|
||||
cfg = config.programs.caelestia;
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue