Skip to content

Commit

Permalink
use the flake version of comma
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 4, 2022
1 parent 188a928 commit 1f5a445
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 8 deletions.
66 changes: 63 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions flake.nix
Expand Up @@ -12,10 +12,8 @@
"git+https://git.bytes.zone/bytes.zone/bytes.zone.git?ref=main";
bytes-zone.inputs.nixpkgs.follows = "nixpkgs-release";

comma = {
url = "github:Shopify/comma";
flake = false;
};
comma.url = "github:nix-community/comma";
comma.inputs.nixpkgs.follows = "nixpkgs-release";

elo-anything.url =
"git+https://git.bytes.zone/brian/elo-anything.git?ref=main";
Expand Down Expand Up @@ -46,7 +44,7 @@
inputs.elo-anything.overlay.${system}
inputs.nates-mazes.overlay.${system}
(final: prev: {
comma = pkgs.callPackage inputs.comma { };
comma = inputs.comma.packages.${system}.default;

goatcounter = pkgs.buildGoModule {
pname = "goatcounter";
Expand Down

0 comments on commit 1f5a445

Please sign in to comment.