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 = {
|
drv-parts = {
|
||||||
url = "github:DavHau/drv-parts";
|
url = "github:DavHau/drv-parts";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = [
|
|
||||||
inputs.nixos-command.packages.${pkgs.system}.nixos-command
|
|
||||||
];
|
|
||||||
systemd.targets.maintenance = {
|
systemd.targets.maintenance = {
|
||||||
unitConfig.AllowIsolate = true;
|
unitConfig.AllowIsolate = true;
|
||||||
wants = [
|
wants = [
|
||||||
|
|
Loading…
Reference in a new issue