invoiceninja-desktop package now properly added to environment.systemPackages
This commit is contained in:
parent
f59831b946
commit
c4dc6ed971
@ -1,9 +1,11 @@
|
|||||||
{ modulesPath, pkgs, ... }:
|
{ modulesPath, pkgs, ... }:
|
||||||
|
|
||||||
{
|
let
|
||||||
|
invoiceninja-desktop = pkgs.callPackage ../package.nix { };
|
||||||
|
|
||||||
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
(modulesPath + "/profiles/qemu-guest.nix")
|
(modulesPath + "/profiles/qemu-guest.nix")
|
||||||
../nixos-module/invoiceninja.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
@ -16,7 +18,7 @@
|
|||||||
initialPassword = "test";
|
initialPassword = "test";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = [
|
||||||
invoiceninja-desktop
|
invoiceninja-desktop
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user