mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: refactored configuration
This commit is contained in:
parent
930881a355
commit
e133fc127e
5 changed files with 16 additions and 24 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
outputs =
|
||||
inputs:
|
||||
outputs = inputs:
|
||||
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
flake.nixConfig = {
|
||||
extra-trusted-substituters = [ "https://leana8959.cachix.org" ];
|
||||
|
|
@ -12,7 +11,7 @@
|
|||
imports = [
|
||||
./nix/handleInputs # Resolve inputs
|
||||
./nix/custom # Custom package set
|
||||
./nix/lib # Configuration and their generators
|
||||
./nix/configurations # Configuration and their generators
|
||||
];
|
||||
|
||||
systems = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue