diff --git a/templates/app-repo/flake.nix b/templates/app-repo/flake.nix index 748df0e..2e91f95 100644 --- a/templates/app-repo/flake.nix +++ b/templates/app-repo/flake.nix @@ -2,7 +2,7 @@ description = "Description for the project"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling"; flake-parts.url = "github:hercules-ci/flake-parts"; devenv-k8s.url = "github:LCOGT/devenv-k8s";