Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Jan 16, 2025
1 parent 6b44814 commit d2a59a7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
6 changes: 5 additions & 1 deletion flake.lock

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

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
description = "Plutus Core";

inputs = {
nixpkgs.follows = "haskell-nix/nixpkgs-unstable";
nixpkgs-2405.follows = "haskell-nix/nixpkgs-2405";

nixpkgs.follows = "haskell-nix/nixpkgs";

hackage = {
url = "github:input-output-hk/hackage.nix";
Expand Down
4 changes: 2 additions & 2 deletions nix/metatheory-site.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file evaluates to a derivation that builds the AGDA metatheory
# documentation site using Jekyll. The derivation also checks for broken links
# in the generated HTML.
{ self, pkgs, lib, agda-with-stdlib }:
{ inputs, self, pkgs, lib, agda-with-stdlib }:

let

Expand Down Expand Up @@ -37,7 +37,7 @@ let
{
buildInputs = [
pkgs.jekyll
pkgs.linkchecker
inputs.nixpkgs-2405.legacyPackages.${pkgs.system}.linkchecker
];
} ''
mkdir "$out"
Expand Down
2 changes: 1 addition & 1 deletion nix/outputs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let
{ inherit self build-latex-doc; };

metatheory-site = import ./metatheory-site.nix
{ inherit self pkgs lib agda-with-stdlib; };
{ inherit inputs self pkgs lib agda-with-stdlib; };

project = import ./project.nix
{ inherit inputs pkgs lib agda-with-stdlib r-with-packages; };
Expand Down
3 changes: 2 additions & 1 deletion nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ let
common-pkgs = [
agda-with-stdlib
r-with-packages
inputs.nixpkgs-2405.legacyPackages.${pkgs.system}.linkchecker

pkgs.texliveFull
pkgs.jekyll
Expand All @@ -93,7 +94,7 @@ let
pkgs.git
pkgs.which
pkgs.nodejs_20
pkgs.linkchecker

];

in
Expand Down

0 comments on commit d2a59a7

Please sign in to comment.