Switch to staging-next

This commit is contained in:
Jakob Lechner 2022-11-15 21:31:03 +00:00
parent e8f1956846
commit 095452b6f8
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -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"
}

View file

@ -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";