flake: use nixpkgs master

This commit is contained in:
Noa Aarts 2024-10-20 23:56:40 +02:00
parent 07a2ae193a
commit 0cc19082f6
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/master";
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";