diff options
| author | seth <[email protected]> | 2023-05-18 08:54:37 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-18 08:58:52 -0400 |
| commit | 5f5b83b62ceb88a44681dba6b3618fe464c162b8 (patch) | |
| tree | 861cc9d2fc9f2eb4a7a9ca240f62ceeecda2ea8e /flake.nix | |
| parent | ca90f4810a173d476facb0064cd5b10c6570cb35 (diff) | |
flake: add support for `git rev-parse` during build
🤡
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ nixpkgsFor = forAllSystems (system: import nixpkgs {inherit system;}); packageFn = pkgs: { - getchoo-website = pkgs.callPackage ./nix {}; + getchoo-website = pkgs.callPackage ./nix {inherit self;}; }; in { checks = forAllSystems (system: { |
