nix/pkgs: nix_2_3 -> lix
This commit is contained in:
parent
0a987dd9f5
commit
31c4d10362
2 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@
|
||||||
baserow = pkgs.callPackages ./baserow { ossOnly = false; inherit depot; };
|
baserow = pkgs.callPackages ./baserow { ossOnly = false; inherit depot; };
|
||||||
|
|
||||||
common-updater-scripts = pkgs.common-updater-scripts.override {
|
common-updater-scripts = pkgs.common-updater-scripts.override {
|
||||||
nix = pkgs.nix_2_3;
|
nix = pkgs.lix;
|
||||||
};
|
};
|
||||||
lutris = pkgs.lutris.override {
|
lutris = pkgs.lutris.override {
|
||||||
extraPkgs = pkgs: with pkgs; [ openssl gnome.zenity ];
|
extraPkgs = pkgs: with pkgs; [ openssl gnome.zenity ];
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{ writeShellApplication, nix_2_3, gawk }:
|
{ writeShellApplication, lix, gawk }:
|
||||||
|
|
||||||
writeShellApplication {
|
writeShellApplication {
|
||||||
name = "nixos-size";
|
name = "nixos-size";
|
||||||
runtimeInputs = [ nix_2_3 gawk ];
|
runtimeInputs = [ lix gawk ];
|
||||||
text = ''
|
text = ''
|
||||||
test -e /run/booted-system || exit 0
|
test -e /run/booted-system || exit 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue