bump lix
This commit is contained in:
parent
3587979856
commit
6942f0759e
6 changed files with 90 additions and 85 deletions
|
|
@ -16,4 +16,5 @@
|
|||
};
|
||||
|
||||
environment.etc."resolv.conf".text = lib.mkForce "nameserver 127.0.0.1";
|
||||
networking.resolvconf.enable = false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
{ }
|
||||
# {pkgs, ...}: {nix.package = pkgs.lix;}
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
nix.package = inputs.nixpkgs-master.legacyPackages.${pkgs.stdenv.hostPlatform.system}.lix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue