From ad22bca3d7e71b6ec0409354edc24fdbaf014c49 Mon Sep 17 00:00:00 2001 From: Frothy <76622149+FrothyMarrow@users.noreply.github.com> Date: Sat, 22 Jun 2024 19:28:54 -0400 Subject: [PATCH] flake: switch nixpkgs branch to nixpkgs-unstable --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 4abfca6..7197962 100644 --- a/flake.lock +++ b/flake.lock @@ -114,16 +114,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1718910271, - "narHash": "sha256-vft9UIECxL4FtfX5UsTEE2XvvH9z9/BeP8pACAYEbwY=", + "lastModified": 1718983919, + "narHash": "sha256-+1xgeIow4gJeiwo4ETvMRvWoircnvb0JOt7NS9kUhoM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "19cd1c918369d89128bcb6a6da87137bdf42e997", + "rev": "90338afd6177fc683a04d934199d693708c85a3b", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable-small", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 43fa890..9df0448 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,7 @@ # Flake inputs inputs = { ## Basic Inputs - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; + nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; flake-parts.url = "github:hercules-ci/flake-parts"; flake-utils.url = "github:numtide/flake-utils"; systems.url = "github:nix-systems/default";