Skip to content

Commit

Permalink
feat(nixos): Switch from Nix -> Lix CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Nov 27, 2024
1 parent 2b517b9 commit ee6e0e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home-manager/shared.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ pkgs, lib, ... }: {
nix = {
package = lib.mkDefault pkgs.nix;
package = lib.mkDefault pkgs.lix;
extraOptions = ''
keep-outputs = true
keep-derivations = true
Expand Down
2 changes: 1 addition & 1 deletion nixos-modules/common.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ pkgs, lib, ... }: {
nix = {
package = lib.mkDefault pkgs.nix;
package = lib.mkDefault pkgs.lix;
settings.trusted-users = [ "mat" ];
extraOptions = ''
keep-outputs = true
Expand Down

0 comments on commit ee6e0e5

Please sign in to comment.