From 7e2c3009c466955411f63e9a3955539c10b8a7b3 Mon Sep 17 00:00:00 2001 From: Jashandeep Sohi <95394050+jashan-lco@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:25:23 -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 12dd2ee..be9fc92 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:cachix/devenv-nixpkgs/rolling"; + nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; flake-parts.url = "github:hercules-ci/flake-parts"; devenv-k8s.url = "github:LCOGT/devenv-k8s";