flake.nix: switch back to lix

This commit is contained in:
Charlie Root 2024-08-21 22:36:13 +02:00
commit 05e903a8e4
4 changed files with 119 additions and 192 deletions

View file

@ -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.