flake: change format

This commit is contained in:
Bruno BELANYI 2021-05-31 23:01:21 +02:00
parent 24efa3edca
commit 15db81eb3b

View file

@ -33,7 +33,14 @@
};
};
outputs = { self, futils, home-manager, nixpkgs, nur } @ inputs:
outputs =
inputs @
{ self
, futils
, home-manager
, nixpkgs
, nur
}:
let
inherit (futils.lib) eachDefaultSystem;
@ -93,6 +100,7 @@
devShell = pkgs.mkShell {
name = "NixOS-config";
buildInputs = with pkgs; [
git-crypt
gitAndTools.pre-commit