]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - flake.nix
Add support for 1Password CLI. (#493)
[xdg-ninja.git] / flake.nix
index 413dea57e37dfde5cce86eacb6fdf0b3d1782b61..a84a4752414d35ee9511c59effdd7cd0b7c4734d 100644 (file)
--- a/flake.nix
+++ b/flake.nix
@@ -22,8 +22,8 @@
       in rec {
         packages = flake-utils.lib.flattenTree rec {
           default = xdg-ninja;
-          # The shell script and configurations, uses derivation from offical nixpkgs
-          xdg-ninja = pkgs.stdenv.mkDerivation {
+          # The shell script and configurations, uses derivation from official nixpkgs
+          xdg-ninja = pkgs.stdenvNoCC.mkDerivation {
             pname = "xdg-ninja";
             version = "0.1.0";