mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
fix garrus filename
This commit is contained in:
parent
329b99443d
commit
b7c45f60c4
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ fn main() {
|
||||||
let mut garrus_config = Easy::new();
|
let mut garrus_config = Easy::new();
|
||||||
garrus_config.url("https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/garrus/configuration.nix").unwrap();
|
garrus_config.url("https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/garrus/configuration.nix").unwrap();
|
||||||
|
|
||||||
let mut config_file = File::create("configuration.nix").unwrap();
|
let mut config_file = File::create("garrus.nix").unwrap();
|
||||||
|
|
||||||
{
|
{
|
||||||
let mut transfer = garrus_config.transfer();
|
let mut transfer = garrus_config.transfer();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue