From eccd5aa3c9a0af0f2df10535fe6baa55193cdd3c Mon Sep 17 00:00:00 2001 From: TEC Date: Mon, 1 Aug 2022 12:00:38 +0800 Subject: [PATCH] Switch to nixpkgs-unstable (from nixos-22.05) --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index f29e80e..b64fa9e 100644 --- a/flake.lock +++ b/flake.lock @@ -107,16 +107,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1658985539, - "narHash": "sha256-aRVZGndeuUct3S3T6vqOO64D9qY1F7qNTljd0zuwzak=", + "lastModified": 1659254610, + "narHash": "sha256-ee5W5MLWZ3kdx5hwOUs6trOJit+GeTDfG+Lg3rANKoc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "174e938d593817f2eb5ae363684dea7c412eb96a", + "rev": "67f49b2a3854e8b5e3f9df4422225daa0985f451", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-22.05", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 9b1ee16..f2cfdfe 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "My server flake"; inputs = { - nixpkgs.url = github:NixOS/nixpkgs/nixos-22.05; + nixpkgs.url = github:NixOS/nixpkgs/nixpkgs-unstable; flake-utils-plus.url = github:gytis-ivaskevicius/flake-utils-plus; agenix.url = "github:ryantm/agenix"; deploy-rs = {