flake.nix: switch back to lix
This commit is contained in:
parent
d5d3092f1f
commit
05e903a8e4
4 changed files with 119 additions and 192 deletions
|
@ -1,9 +1,5 @@
|
|||
# credits to raf
|
||||
{
|
||||
pkgs,
|
||||
inputs',
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./documentation.nix # nixos documentation
|
||||
./nixpkgs.nix # global nixpkgs configuration.nix
|
||||
|
@ -11,7 +7,7 @@
|
|||
];
|
||||
|
||||
nix = {
|
||||
package = inputs'.nix-super.packages.default;
|
||||
package = pkgs.lix;
|
||||
|
||||
# Run the Nix daemon on lowest possible priority so that my system
|
||||
# stays responsive during demanding tasks such as GC and builds.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue