From 89b1803c6072a51a17d9f2d57b2954311d04e2f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Santiago?= Date: Sat, 25 May 2024 16:43:49 -0400 Subject: [PATCH] Move flake to unstable branch of nixpkgs --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index a2397e6..0322c4c 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,7 @@ description = "A simple NixOS flake"; inputs = { - # NixOS official package source, using the nixos-23.11 branch here - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; }; outputs = { self, nixpkgs, ... }@inputs: {