Update repository urls

This commit is contained in:
Michael Smith
2025-04-04 14:43:03 +02:00
parent 4619935c9a
commit 8cac364367
4 changed files with 5 additions and 5 deletions

View File

@@ -54,9 +54,9 @@ flake = f"""
description = "deskOS flake";
inputs = {{
nixpkgs.url = "github:nixup-io/nixpkgs-desk-os/stable";
nixpkgs.url = "git+https://git.michaelsmith.be/m/nixpkgs-desk-os.git";
desk-os = {{
url = "github:nixup-io/desk-os";
url = "git+https://git.michaelsmith.be/m/desk-os.git";
inputs.nixpkgs.follows = "nixpkgs";
}};
}};