nix/pkgs: nix_2_3 -> lix

This commit is contained in:
Luke Granger-Brown 2024-06-09 17:41:16 +01:00
parent 0a987dd9f5
commit 31c4d10362
2 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@
baserow = pkgs.callPackages ./baserow { ossOnly = false; inherit depot; };
common-updater-scripts = pkgs.common-updater-scripts.override {
nix = pkgs.nix_2_3;
nix = pkgs.lix;
};
lutris = pkgs.lutris.override {
extraPkgs = pkgs: with pkgs; [ openssl gnome.zenity ];

View file

@ -1,8 +1,8 @@
{ writeShellApplication, nix_2_3, gawk }:
{ writeShellApplication, lix, gawk }:
writeShellApplication {
name = "nixos-size";
runtimeInputs = [ nix_2_3 gawk ];
runtimeInputs = [ lix gawk ];
text = ''
test -e /run/booted-system || exit 0