From 13f82702c6ea0e5de664b572c0c6cb9e654812ce Mon Sep 17 00:00:00 2001 From: Peritia Date: Mon, 25 Aug 2025 09:55:39 +0200 Subject: [PATCH] fix: Wrong Standard Branch --- example/default/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/default/flake.nix b/example/default/flake.nix index 6b163c5..b501a3d 100644 --- a/example/default/flake.nix +++ b/example/default/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; nixos95 = { - url = "github:Peritia-System/NixOS-95"; + url = "github:Peritia-System/NixOS-95/Dev"; inputs.nixpkgs.follows = "nixpkgs"; }; };