update to NixOS 21.11

This commit is contained in:
nixbitcoin 2021-12-08 12:12:32 +00:00
parent 729888c62a
commit 16f5aa0561
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
3 changed files with 15 additions and 15 deletions

View file

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