From c8633abf6debd23bdc0bb285f13902cf74443c72 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 1 Sep 2021 14:51:27 +0200 Subject: [PATCH 1/2] flake: use 'nativeBuildInputs' --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 252e7bd..5abaac9 100644 --- a/flake.nix +++ b/flake.nix @@ -118,7 +118,7 @@ devShell = pkgs.mkShell { name = "NixOS-config"; - buildInputs = with pkgs; [ + nativeBuildInputs = with pkgs; [ git-crypt gitAndTools.pre-commit gnupg From 9a061086039a75046f3b025aa9dc6ebc4b9aa0c0 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 1 Sep 2021 14:52:38 +0200 Subject: [PATCH 2/2] git: remove duplicate ignore directive --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0a10705..fcf7246 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -.pre-commit-config.yaml -.pre-commit-config.yaml +/.pre-commit-config.yaml