all: remove package aliases
This commit is contained in:
parent
84217afd07
commit
5e021e6436
8 changed files with 13 additions and 13 deletions
|
|
@ -32,7 +32,7 @@ in
|
|||
(pkgs.writeScriptBin "steam-run" ''
|
||||
#!/bin/sh
|
||||
mkdir -p "${cfg.dataDir}"
|
||||
HOME="${cfg.dataDir}" exec ${pkgs.steam-run-native}/bin/steam-run "$@"
|
||||
HOME="${cfg.dataDir}" exec ${pkgs.steam-run}/bin/steam-run "$@"
|
||||
'')
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -15,14 +15,14 @@ in
|
|||
git
|
||||
gnutar
|
||||
bash
|
||||
nixUnstable
|
||||
nix
|
||||
gzip
|
||||
];
|
||||
path = with pkgs; [
|
||||
git
|
||||
gnutar
|
||||
bash
|
||||
nixUnstable
|
||||
nix
|
||||
gzip
|
||||
];
|
||||
serviceConfig = {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ in
|
|||
config = lib.mkIf cfg.enable (lib.mkMerge [
|
||||
{
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
package = pkgs.nix;
|
||||
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue