Update release 21.05 -> 21.11

This commit is contained in:
jalr 2021-11-30 14:08:29 +00:00
parent 6ac01e79e5
commit 03a84dfa26

View file

@ -1,12 +1,12 @@
{
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.11";
nur.url = "github:nix-community/NUR";
home-manager = {
url = "github:nix-community/home-manager/release-21.05";
url = "github:nix-community/home-manager/release-21.11";
inputs.nixpkgs.follows = "nixpkgs";
};