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