Skip to content

Commit e4c4f1c

Browse files
authored
fix foundry.nix commit (#2074)
* fix foundry commit * delete .github/workflows/handler.publish-pr-packages.yml
1 parent 093d261 commit e4c4f1c

File tree

3 files changed

+5
-113
lines changed

3 files changed

+5
-113
lines changed

.github/workflows/handler.publish-pr-packages.yml

Lines changed: 0 additions & 108 deletions
This file was deleted.

flake.lock

Lines changed: 4 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
flake-utils.url = "github:numtide/flake-utils";
66
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
77
foundry = {
8-
url = "github:shazow/foundry.nix/monthly";
8+
url = "github:shazow/foundry.nix/cefa65c";
99
inputs.flake-utils.follows = "flake-utils";
1010
inputs.nixpkgs.follows = "nixpkgs";
1111
};

0 commit comments

Comments
 (0)