updating and adding some better nix management
This commit is contained in:
parent
12c6e36a11
commit
9f406deb53
10 changed files with 436 additions and 607 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{ pkgs, lib, config, inputs, ... }:
|
||||
|
||||
with lib;
|
||||
{
|
||||
|
@ -14,6 +14,7 @@ with lib;
|
|||
settings = {
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
};
|
||||
# nixpkgs.config.allowUnFree = true;
|
||||
# pkgs.config.allowUnfree = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue