diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-11-23 22:12:48 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-11 17:31:37 -0500 |
commit | fc49148876e94924d4218b078c212578bbec9c10 (patch) | |
tree | c4940ecf228b10cb89f47b2da000365d5bbcc4c6 /default.nix |
sort how you want this to be
Diffstat (limited to 'default.nix')
-rwxr-xr-x | default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.nix b/default.nix new file mode 100755 index 0000000..72f4f02 --- /dev/null +++ b/default.nix @@ -0,0 +1,3 @@ +#!/usr/bin/env -S nix-build +{ pkgs ? import <nixpkgs> {} }: +pkgs.callPackage ./derivation.nix {} |