From d65ac079ddb29b1e75a907591d17e451b2870ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Mon, 21 Mar 2022 13:23:36 +0100 Subject: [PATCH] :rocket: switch to nixpkgs-unstable --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 44c4fc8..2d3e12d 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ ############## inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; stable.url = "github:nixos/nixpkgs/nixos-21.11"; nur.url = "github:nix-community/NUR"; utils.url = "github:gytis-ivaskevicius/flake-utils-plus";