forked from mirrors/nixpkgs
nixos/contractor: delete file
It looks like I forgot to actually delete this file.
This commit is contained in:
parent
75a164ef4c
commit
8838045333
|
@ -295,7 +295,6 @@
|
|||
./services/desktops/deepin/deepin.nix
|
||||
./services/desktops/dleyna-renderer.nix
|
||||
./services/desktops/dleyna-server.nix
|
||||
./services/desktops/pantheon/contractor.nix
|
||||
./services/desktops/pantheon/files.nix
|
||||
./services/desktops/flatpak.nix
|
||||
./services/desktops/geoclue2.nix
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
# Contractor
|
||||
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
|
||||
|
||||
###### implementation
|
||||
|
||||
config = mkIf config.services.pantheon.contractor.enable {
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
}
|
Loading…
Reference in a new issue