Switch to nixpkgs-unstable (from nixos-22.05)

This commit is contained in:
Timothy 2022-08-01 12:00:38 +08:00
parent 5e538217fd
commit eccd5aa3c9
Signed by: tec
SSH key fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -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 = {