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
|
||||
inherit (futils.lib) eachDefaultSystem;
|
||||
|
||||
|
@ -93,6 +100,7 @@
|
|||
|
||||
devShell = pkgs.mkShell {
|
||||
name = "NixOS-config";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
git-crypt
|
||||
gitAndTools.pre-commit
|
||||
|
|
Loading…
Reference in a new issue