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:
parent
f68fe0c9a5
commit
c08e57de0d
@ -54,7 +54,7 @@ flake = f"""
|
|||||||
description = "deskOS flake";
|
description = "deskOS flake";
|
||||||
|
|
||||||
inputs = {{
|
inputs = {{
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
nixpkgs.url = "github:nixup-io/nixpkgs-desk-os/stable";
|
||||||
desk-os = {{
|
desk-os = {{
|
||||||
url = "github:nixup-io/desk-os";
|
url = "github:nixup-io/desk-os";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user