From f2f3edb79ae5e8858a963c9633f2eb5d33eecbab Mon Sep 17 00:00:00 2001 From: Jashandeep Sohi <95394050+jashan-lco@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:47:59 -0700 Subject: [PATCH] Update flake.nix --- templates/app-repo/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";