WIP
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
trusted-substituters = "https://cache.garnix.io";
|
||||
extra-trusted-public-keys = "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=";
|
||||
};
|
||||
|
||||
outputs = inputs @ {flake-parts, ...}:
|
||||
flake-parts.lib.mkFlake {inherit inputs;} {
|
||||
imports = [
|
||||
|
||||
@@ -53,6 +53,8 @@
|
||||
# https://github.com/nix-community/nix-direnv#home-manager
|
||||
keep-outputs = true
|
||||
keep-derivations = true
|
||||
|
||||
accept-flake-config = true
|
||||
'';
|
||||
|
||||
# Automate garbage collection
|
||||
|
||||
Reference in New Issue
Block a user