Add nixfmt
This commit is contained in:
parent
40464e9078
commit
75c13a21dc
|
@ -18,6 +18,8 @@
|
||||||
inherit (nixpkgs.lib) makeOverridable nixosSystem;
|
inherit (nixpkgs.lib) makeOverridable nixosSystem;
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
in {
|
in {
|
||||||
|
formatter.${system} = nixpkgs.legacyPackages.${system}.nixfmt-rfc-style;
|
||||||
|
|
||||||
packages.${system} = let
|
packages.${system} = let
|
||||||
pkgs = (import nixpkgs {
|
pkgs = (import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
Loading…
Reference in New Issue