From 3a4a033f40df131137d92b51dc8c1e24c9083e67 Mon Sep 17 00:00:00 2001 From: aemogie <54412618+aemogie@users.noreply.github.com> Date: Thu, 2 May 2024 13:12:07 +0530 Subject: [PATCH] feat(system): change nixpkgs rev to nixos-unstable --- system/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/flake.nix b/system/flake.nix index 60d0e63..4c6706c 100644 --- a/system/flake.nix +++ b/system/flake.nix @@ -1,7 +1,7 @@ { description = "A simple system flake using some Aux defaults"; - inputs.nixpkgs.url = "github:auxolotl/nixpkgs/nixpkgs-unstable"; + inputs.nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable"; outputs = { nixpkgs, ... }: