diff options
phase-1: validate Secrix, fix deprecated xserver and devShell warnings
- Secrix recipients validated (crash user, crash-over-burn-1 host)
- services.xserver.layout → services.xserver.xkb.layout
- devShell.x86_64-linux → devShells.x86_64-linux.default
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ { formatter.x86_64-linux = pkgs.nixpkgs-fmt; apps.x86_64-linux = (nixinate.lib.genDeploy.x86_64-linux self) // ({ secrix = secrix self; }); - devShell.x86_64-linux = + devShells.x86_64-linux.default = pkgs.mkShell { buildInputs = with pkgs; [ figlet tmux ]; shellHook = '' |
