summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorSophie Forrest <git@sophieforrest.com>2024-09-11 18:13:29 +1200
committerSophie Forrest <git@sophieforrest.com>2024-09-11 18:13:29 +1200
commit8b67cb373e91dc47feeea7ef41b526b75a4dbf93 (patch)
treefe0ec8fa0398d4d2d4d01743e1028469a3f9a85b /flake.nix
parent50e5cd743022ae5d28b477899c22b415afba12e1 (diff)
chore: fix flake checks
devenv has some hitches with flake.parts, this addresses some of them.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
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";
   };