fmt
This commit is contained in:
parent
e7bdc10253
commit
536394b11e
@ -1,9 +1,10 @@
|
||||
{ config, lib, pkgs, isUnstable, ... }:
|
||||
|
||||
with pkgs; {
|
||||
environment.systemPackages = with pkgs; [
|
||||
#(callPackage ./cinny-desktop.nix { inherit isUnstable; })
|
||||
#(callPackage ./mudita-center.nix { inherit isUnstable; })
|
||||
(callPackage ./govulncheck.nix { inherit isUnstable; })
|
||||
];
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
#(callPackage ./cinny-desktop.nix { inherit isUnstable; })
|
||||
#(callPackage ./mudita-center.nix { inherit isUnstable; })
|
||||
(callPackage ./govulncheck.nix { inherit isUnstable; })
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user