flake: add lix module; set default nix to lix
This commit is contained in:
parent
db01784a8b
commit
c11fac7e01
2 changed files with 9 additions and 2 deletions
|
@ -12,10 +12,11 @@ in {
|
|||
imports = [
|
||||
./documentation.nix # nixos documentation
|
||||
./nixpkgs.nix # global nixpkgs configuration
|
||||
inputs.lix-module.nixosModules.default
|
||||
];
|
||||
|
||||
nix = {
|
||||
package = pkgs.lix;
|
||||
# package = pkgs.lix;
|
||||
|
||||
# fuck channels, no thanks
|
||||
channel.enable = mkForce false;
|
||||
|
@ -98,6 +99,7 @@ in {
|
|||
"nix-command" # experimental nix commands
|
||||
"cgroups" # allow nix to execute builds inside cgroups
|
||||
"repl-flake" # nh os repl needs this on lix
|
||||
"pipe-operator"
|
||||
];
|
||||
|
||||
# Ensures that the result of Nix expressions is fully determined by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue