From 5f5b83b62ceb88a44681dba6b3618fe464c162b8 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 18 May 2023 08:54:37 -0400 Subject: flake: add support for `git rev-parse` during build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤡 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 5c1f76f..3c9ff90 100644 --- a/flake.nix +++ b/flake.nix @@ -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: { -- cgit v1.2.3