Update repository urls
This commit is contained in:
@@ -18,7 +18,7 @@ strings:
|
||||
bootloaderEntryName: deskOS
|
||||
productUrl: https://nixup.io
|
||||
supportUrl: https://nixup.io
|
||||
knownIssuesUrl: https://github.com/nixup-io/desk-os/issues
|
||||
knownIssuesUrl: https://git.michaelsmith.be/m/desk-os/issues
|
||||
releaseNotesUrl: https://nixup.io
|
||||
donateUrl: https://nixup.io
|
||||
images:
|
||||
|
||||
@@ -8,7 +8,7 @@ showReleaseNotesUrl: false
|
||||
requirements:
|
||||
requiredStorage: 60
|
||||
requiredRam: 4.0
|
||||
internetCheckUrl: [ https://nixup.io, https://cache.nixos.org/ ]
|
||||
internetCheckUrl: [ https://cache.nixos.org/ ]
|
||||
check:
|
||||
- storage
|
||||
- ram
|
||||
|
||||
@@ -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";
|
||||
}};
|
||||
}};
|
||||
|
||||
Reference in New Issue
Block a user