diff options
| author | Sophie Forrest <git@sophieforrest.com> | 2024-09-11 18:13:29 +1200 |
|---|---|---|
| committer | Sophie Forrest <git@sophieforrest.com> | 2024-09-11 18:13:29 +1200 |
| commit | 8b67cb373e91dc47feeea7ef41b526b75a4dbf93 (patch) | |
| tree | fe0ec8fa0398d4d2d4d01743e1028469a3f9a85b /flake.nix | |
| parent | 50e5cd743022ae5d28b477899c22b415afba12e1 (diff) | |
chore: fix flake checks
devenv has some hitches with flake.parts, this addresses some of them.
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 4 |
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"; }; |