diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-04-11 01:04:08 +0000 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-04-11 01:18:49 +0000 |
| commit | 0abf018794e7d32e5b9f670b9458033aa38c04e1 (patch) | |
| tree | 323268c1c195a7a24032a31b1934bff1a335f2f4 /derivation.nix | |
| parent | flake.nix dmd build fix overlay: revert to GCC14 (diff) | |
nix keeping: nix-shell, nix-build derivation.nix
Diffstat (limited to 'derivation.nix')
| -rwxr-xr-x[-rw-r--r--] | derivation.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/derivation.nix b/derivation.nix index 90e549e..7e95843 100644..100755 --- a/derivation.nix +++ b/derivation.nix @@ -1,3 +1,4 @@ +#!/usr/bin/env -S nix-build derivation.nix { pkgs ? import <nixpkgs> {}, stdenv ? pkgs.stdenv, |
