From 8b67cb373e91dc47feeea7ef41b526b75a4dbf93 Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Wed, 11 Sep 2024 18:13:29 +1200 Subject: chore: fix flake checks devenv has some hitches with flake.parts, this addresses some of them. --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 433b20a..e732d5b 100644 --- a/flake.nix +++ b/flake.nix @@ -5,6 +5,10 @@ flake-parts.url = "github:hercules-ci/flake-parts"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nix2container.url = "github:nlewo/nix2container"; + nix2container.inputs.nixpkgs.follows = "nixpkgs"; + mk-shell-bin.url = "github:rrbutani/nix-mk-shell-bin"; + devenv.url = "github:cachix/devenv"; }; -- cgit 1.4.1