feat(system): change nixpkgs rev to nixos-unstable

This commit is contained in:
aemogie 2024-05-02 13:12:07 +05:30
parent 724ab49f02
commit 3a4a033f40
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
{
description = "A simple system flake using some Aux defaults";
inputs.nixpkgs.url = "github:auxolotl/nixpkgs/nixpkgs-unstable";
inputs.nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable";
outputs =
{ nixpkgs, ... }: