Flake: formatting and code cleanup

This commit is contained in:
Toast 2023-11-12 21:13:21 +01:00
parent 0353945dec
commit 37dcf27b05

View file

@ -63,7 +63,7 @@ inputs = {
}; };
}; };
outputs = { self, nixpkgs, nixpkgs-unstable, agenix, home-manager, home-manager-unstable, nixos-hardware, nix-impermanence, nix-index-db, nix-index-db-unstable, jovian, plasma-manager, catppuccin-vsc, ... } @inputs: { outputs = { ... } @inputs: with inputs; {
devShells.x86_64-linux.default = nixpkgs.legacyPackages.x86_64-linux.mkShell { devShells.x86_64-linux.default = nixpkgs.legacyPackages.x86_64-linux.mkShell {
name = "Environment for toast's nixos configurations"; name = "Environment for toast's nixos configurations";