meta: remove nixos-command
This commit is contained in:
parent
57943f57b0
commit
5ca4589ffd
2 changed files with 0 additions and 12 deletions
|
@ -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 = {
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [
|
||||
inputs.nixos-command.packages.${pkgs.system}.nixos-command
|
||||
];
|
||||
systemd.targets.maintenance = {
|
||||
unitConfig.AllowIsolate = true;
|
||||
wants = [
|
||||
|
|
Loading…
Reference in a new issue