Use nixpkgs-unstable in flake input and upgrade

This commit is contained in:
oxalica
2021-11-22 06:55:33 +08:00
parent 2447a0a0aa
commit be4045a65d
2 changed files with 8 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
'';
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
};