Set Nix channel to nixos-unstable

This commit is contained in:
thiloho
2024-09-19 17:04:36 +02:00
parent 0ff0401aea
commit 2a420b25ee
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};
outputs =