diff options
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: { |
