mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Small fixes
This commit is contained in:
parent
25ea12a687
commit
73afff8799
2 changed files with 2 additions and 7 deletions
|
|
@ -63,6 +63,6 @@
|
|||
|
||||
devShells.${system}.default = pkgs.mkShell { packages = [ pkgs.sops ]; };
|
||||
|
||||
formatter.${system} = nixpkgs.legacyPackages.${system}.nixfmt-rfc-style;
|
||||
formatter.${system} = pkgs.nixfmt-rfc-style;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
wrappers,
|
||||
...
|
||||
}:
|
||||
{ pkgs, wrappers, ... }:
|
||||
{
|
||||
imports = [ ./default.nix ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue