parent
551880cc24
commit
ac9aa96522
16 changed files with 60 additions and 72 deletions
common/modules
|
@ -3,8 +3,8 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
(writeShellApplication {
|
||||
environment.systemPackages = [
|
||||
(pkgs.writeShellApplication {
|
||||
name = "rebuild-no-cache";
|
||||
runtimeInputs = [config.programs.nh.package];
|
||||
text = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue