Skip to content

Commit 735985e

Browse files
committed
fix: add devenv dependencies so nix flake check passes
1 parent 0aa396f commit 735985e

File tree

2 files changed

+79
-18
lines changed

2 files changed

+79
-18
lines changed

flake.lock

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

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
flake-parts.url = "github:hercules-ci/flake-parts";
66
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
77
devenv.url = "github:cachix/devenv";
8+
devenv.inputs.nixpkgs.follows = "nixpkgs";
9+
nix2container.url = "github:nlewo/nix2container";
10+
nix2container.inputs.nixpkgs.follows = "nixpkgs";
11+
mk-shell-bin.url = "github:rrbutani/nix-mk-shell-bin";
812
};
913

1014
outputs =

0 commit comments

Comments
 (0)