Skip to content

Commit 0281225

Browse files
author
waalge
committed
bump flake to point at main
1 parent 9349d0e commit 0281225

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

aiken.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
77
pre-commit-hooks-nix.url = "github:hercules-ci/pre-commit-hooks.nix/flakeModule";
88
pre-commit-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";
9-
aiken.url = "github:aiken-lang/aiken/v1.0.29-alpha";
9+
aiken.url = "github:aiken-lang/aiken";
1010
treefmt-nix.url = "github:numtide/treefmt-nix";
1111
};
1212

@@ -39,7 +39,7 @@
3939
echo 1>&2 "Welcome to the development shell!"
4040
'';
4141
name = "hello-aiken";
42-
packages = with pkgs; [
42+
packages = [
4343
inputs'.aiken.packages.aiken
4444
];
4545
};

0 commit comments

Comments
 (0)