Skip to content

Commit

Permalink
pkgs: add unsafe meta flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Nov 17, 2023
1 parent ca5d664 commit 30318ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/fonts/comic-code/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ stdenvNoCC.mkDerivation {
homepage = "https://tosche.net/fonts/comic-code";
license = licenses.unfree;
platforms = platforms.all;
unsafe = true;
};
}
1 change: 1 addition & 0 deletions pkgs/games/wine/celeste/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ in stdenvNoCC.mkDerivation {
homepage = "https://www.celestegame.com";
license = licenses.unfree;
mainProgram = name;
unsafe = true;
};

preferLocalBuild = true;
Expand Down

0 comments on commit 30318ba

Please sign in to comment.