mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/rigel/configuration.nix
This commit is contained in:
2025-10-09 16:40:44 +07:00
parent 6e554510e4
commit 6611b8f7b9
3 changed files with 95 additions and 15 deletions

View File

@@ -4,13 +4,4 @@
default = final: prev: import (../pkgs/overlay.nix) inputs final prev;
};
# perSystem =
# { system, ... }:
# {
# _module.args.pkgs = import inputs.nixpkgs {
# inherit system;
# overlays = [ inputs.self.overlays.default ];
# config = { };
# };
# };
}