nix: Use nixos-unstable

This fixes an issue where the exact branch wasn't specified before.
This commit is contained in:
Donovan Glover 2023-05-08 13:39:54 -04:00
parent 26f4ee265b
commit d69fe99210
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager/release-22.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
};