summaryrefslogtreecommitdiffstats
path: root/nin
diff options
context:
space:
mode:
Diffstat (limited to 'nin')
-rw-r--r--nin/2configs/games.nix1
-rw-r--r--nin/krops.nix1
2 files changed, 1 insertions, 1 deletions
diff --git a/nin/2configs/games.nix b/nin/2configs/games.nix
index 15e17238..4c4f0c3a 100644
--- a/nin/2configs/games.nix
+++ b/nin/2configs/games.nix
@@ -57,7 +57,6 @@ let
in {
environment.systemPackages = with pkgs; [
- dwarf_fortress
doom1
doom2
vdoom1
diff --git a/nin/krops.nix b/nin/krops.nix
index d0074840..fef8cc38 100644
--- a/nin/krops.nix
+++ b/nin/krops.nix
@@ -29,6 +29,7 @@ in {
# usage: $(nix-build --no-out-link --argstr name HOSTNAME --argstr target PATH -A test)
test = { target }: pkgs.krops.writeTest "${name}-test" {
+ force = true;
inherit target;
source = source { test = true; };
};