switch to using plain old nixpkgs

This commit is contained in:
Aaron Bieber 2023-07-27 08:11:49 -06:00
parent be579aa85d
commit 54bd9355ee
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
{
description = "gostart: a tailscale aware start page";
inputs.nixpkgs.url = "nixpkgs/nixos-23.05";
inputs.nixpkgs.url = "nixpkgs";
outputs = {
self,