flake: switch to nixos-20.09 channel

This commit is contained in:
Antoine Martin 2021-03-25 00:51:39 +01:00
parent 97b066fef6
commit 4d561b524c
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
description = "Nixos configuration with flakes";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-20.09-small";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-20.09";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
};