@@ -10,9 +10,10 @@
outputs = { self, nixpkgs, deploy-rs, ... }@inputs:
let
inherit (self);
mkNixos = modules: nixpkgs.lib.nixosSystem {
inherit modules;
specialArgs = { inherit inputs; };
specialArgs = { inherit inputs self; };
};
in {
nixosConfigurations = {
The note is not visible to the blocked user.