mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 02:54:03 -06:00
update nix-configs to rust-rewrite branch
This commit is contained in:
parent
b7c45f60c4
commit
3182e823cc
1 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ fn format_partitions() {
|
|||
|
||||
fn grab_flake() {
|
||||
let mut easy = Easy::new();
|
||||
easy.url("https://gitlab.com/ahoneybun/nix-configs/-/raw/main/flake.nix").unwrap();
|
||||
easy.url("https://gitlab.com/ahoneybun/nix-configs/-/raw/rust-rewrite/flake.nix").unwrap();
|
||||
|
||||
let mut file = File::create("flake.nix").unwrap();
|
||||
|
||||
|
@ -82,7 +82,7 @@ fn grab_flake() {
|
|||
|
||||
fn grab_config() {
|
||||
let mut easy = Easy::new();
|
||||
easy.url("https://gitlab.com/ahoneybun/nix-configs/-/raw/main/configuration.nix").unwrap();
|
||||
easy.url("https://gitlab.com/ahoneybun/nix-configs/-/raw/rust-rewrite/configuration.nix").unwrap();
|
||||
|
||||
let mut file = File::create("configuration.nix").unwrap();
|
||||
|
||||
|
@ -98,7 +98,7 @@ fn grab_config() {
|
|||
|
||||
fn grab_home() {
|
||||
let mut easy = Easy::new();
|
||||
easy.url("https://gitlab.com/ahoneybun/nix-configs/-/raw/main/home.nix").unwrap();
|
||||
easy.url("https://gitlab.com/ahoneybun/nix-configs/-/raw/rust-rewrite/home.nix").unwrap();
|
||||
|
||||
let mut file = File::create("home.nix").unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue