meta: remove nixos-command

This commit is contained in:
Max Headroom 2023-01-08 19:23:54 +01:00
parent 57943f57b0
commit 5ca4589ffd
2 changed files with 0 additions and 12 deletions

View file

@ -198,15 +198,6 @@
};
};
nixos-command = {
url = "github:max-privatevoid/nixos-command";
inputs = {
flake-utils.follows = "repin-flake-utils";
nixpkgs.follows = "nixpkgs";
poetry2nix.follows = "poetry2nix";
};
};
drv-parts = {
url = "github:DavHau/drv-parts";
inputs = {

View file

@ -1,9 +1,6 @@
{ inputs, pkgs, ... }:
{
environment.systemPackages = [
inputs.nixos-command.packages.${pkgs.system}.nixos-command
];
systemd.targets.maintenance = {
unitConfig.AllowIsolate = true;
wants = [