Skip to content

Commit

Permalink
i give up
Browse files Browse the repository at this point in the history
  • Loading branch information
liesnikov committed Jan 24, 2025
1 parent 7e98cb5 commit 47f7981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
system:
let
pkgs = import nixpkgs { inherit system; };
agdasrc = pkgs.haskell.lib.sdistTarball (pkgs.fetchFromGitHub {
agdasrc = pkgs.fetchFromGitHub {
owner = "agda";
repo = "agda";
rev = "5c29109f8212ef61b0091d62ef9c8bfdfa16cf36";
hash = "sha256-qiV/tk+/b3xYPJcWVVd7x9jrQjBzl1TXHPNEQbKV2rA=";
});
};
hpkgs =
with pkgs;
haskellPackages.override {
Expand Down

0 comments on commit 47f7981

Please sign in to comment.