From 5d468c542df8099f64a9ffdc8d0ebab08767feb2 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 28 Nov 2023 10:32:44 +0100 Subject: [PATCH] This was the issue I think --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 35c5c4a..89d218e 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { # Nixpkgs - nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; sops-nix.url = "github:Mic92/sops-nix"; # You can access packages and modules from different nixpkgs revs # at the same time. Here's an working example: