fix: git add . in the root of the repo

This commit is contained in:
Artur Manuel 2024-10-16 01:47:33 +01:00
commit 95e43f5aea
3 changed files with 53 additions and 6 deletions

View file

@ -18,6 +18,11 @@
owner = "cachix";
repo = "git-hooks.nix";
};
disko = {
type = "github";
owner = "nix-community";
repo = "disko";
};
};
outputs = inputs @ {
nixpkgs,