modules/shared: move free-space to bash script
This commit is contained in:
parent
609237cebf
commit
c17f5a7529
4 changed files with 12 additions and 14 deletions
modules/nixos
|
@ -14,7 +14,7 @@
|
|||
config.nix.package
|
||||
pkgs.coreutils
|
||||
];
|
||||
script = import "${inputs.self}/modules/shared/free-space.nix";
|
||||
script = builtins.readFile "${inputs.self}/modules/shared/free-space.bash";
|
||||
};
|
||||
|
||||
# Bump the open files limit so that non-root users can run NixOS VM tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue