flake: switch to unstable nixpkgs

This commit is contained in:
Bruno BELANYI 2021-02-05 16:35:33 +01:00
parent 34548c28ec
commit 49779cac21
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";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};
outputs = { self, nixpkgs }: {