Skip to content

Commit

Permalink
Merge pull request #18 from aiken-lang/waalge/bump-flake
Browse files Browse the repository at this point in the history
bump flake to point at aiken main
  • Loading branch information
waalge authored Sep 6, 2024
2 parents 9349d0e + 0281225 commit 2c41e37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aiken.lock

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

7 changes: 3 additions & 4 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
pre-commit-hooks-nix.url = "github:hercules-ci/pre-commit-hooks.nix/flakeModule";
pre-commit-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";
aiken.url = "github:aiken-lang/aiken/v1.0.29-alpha";
aiken.url = "github:aiken-lang/aiken";
treefmt-nix.url = "github:numtide/treefmt-nix";
};

Expand Down Expand Up @@ -39,7 +39,7 @@
echo 1>&2 "Welcome to the development shell!"
'';
name = "hello-aiken";
packages = with pkgs; [
packages = [
inputs'.aiken.packages.aiken
];
};
Expand Down

0 comments on commit 2c41e37

Please sign in to comment.