fixes
This commit is contained in:
parent
07893685e2
commit
f87246b5ce
1 changed files with 4 additions and 4 deletions
|
|
@ -1,18 +1,18 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
flake.modules.nixos.browser =
|
||||
{ pkgs, system, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
inputs.helium.packages.${system}.default
|
||||
inputs.helium.packages.${pkgs.system}.default
|
||||
];
|
||||
};
|
||||
|
||||
flake.modules.darwin.browser =
|
||||
{ pkgs, system, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
inputs.helium.packages.${system}.default
|
||||
inputs.helium.packages.${pkgs.system}.default
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue