Update installer to create a NixOS configuration flake that follows a synced fork of nixpkgs that always follows the last stable NixOS release

This commit is contained in:
Michael Smith 2024-10-23 00:07:26 +02:00
parent f68fe0c9a5
commit c08e57de0d

View File

@ -54,7 +54,7 @@ flake = f"""
description = "deskOS flake";
inputs = {{
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixup-io/nixpkgs-desk-os/stable";
desk-os = {{
url = "github:nixup-io/desk-os";
inputs.nixpkgs.follows = "nixpkgs";