Flake: formatting and code cleanup
This commit is contained in:
parent
0353945dec
commit
37dcf27b05
1 changed files with 146 additions and 146 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue