From 095452b6f8f63f58b7008cde36b030a935941689 Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Tue, 15 Nov 2022 21:31:03 +0000 Subject: [PATCH] Switch to staging-next --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 594ac2c..bcf0c3e 100644 --- a/flake.lock +++ b/flake.lock @@ -129,16 +129,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1667921968, - "narHash": "sha256-EI+//LbhUzX471LHq8GgB+oUHpdA2rsiXpY1q5tDYGw=", + "lastModified": 1668384154, + "narHash": "sha256-NwEX2UOwDpY5fV8UmWBXX+ed72G4iqcI+UHlUK2TQ34=", "owner": "nixos", "repo": "nixpkgs", - "rev": "df2bcbbd1c2aa144261cf1b0003c889c075dc693", + "rev": "b619a02d1a9745856f5eff82c7077c5f7de6f4ce", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-22.05", + "ref": "staging-next", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index bbd838a..f1a9e97 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { inputs = { flake-utils.url = "github:numtide/flake-utils"; - nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05"; + nixpkgs.url = "github:nixos/nixpkgs/staging-next"; nixpkgsMaster.url = "github:NixOS/nixpkgs/master"; nur.url = "github:nix-community/NUR";