flake: change format
This commit is contained in:
parent
cd0fe40c94
commit
21fa1ccdac
10
flake.nix
10
flake.nix
|
@ -33,7 +33,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, futils, home-manager, nixpkgs, nur } @ inputs:
|
outputs =
|
||||||
|
inputs @
|
||||||
|
{ self
|
||||||
|
, futils
|
||||||
|
, home-manager
|
||||||
|
, nixpkgs
|
||||||
|
, nur
|
||||||
|
}:
|
||||||
let
|
let
|
||||||
inherit (futils.lib) eachDefaultSystem;
|
inherit (futils.lib) eachDefaultSystem;
|
||||||
|
|
||||||
|
@ -93,6 +100,7 @@
|
||||||
|
|
||||||
devShell = pkgs.mkShell {
|
devShell = pkgs.mkShell {
|
||||||
name = "NixOS-config";
|
name = "NixOS-config";
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
git-crypt
|
git-crypt
|
||||||
gitAndTools.pre-commit
|
gitAndTools.pre-commit
|
||||||
|
|
Loading…
Reference in a new issue