migrating dev environments to output
This commit is contained in:
@@ -84,6 +84,10 @@
|
||||
workstation = createConfig "workstation" inputs.nixpkgs;
|
||||
miniserver = createConfig "miniserver" inputs.nixpkgs-small;
|
||||
server = createConfig "server" inputs.nixpkgs-small;
|
||||
shell = createConfig "shell" inputs.nixpkgs;
|
||||
};
|
||||
devShells.${system} = {
|
||||
python = self.nixosConfigurations.shell.config.devShells.python;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user