Skip to content

Add support for tilde expansion#3489

Open
BennyDeeDev wants to merge 3 commits intoniri-wm:mainfrom
BennyDeeDev:bennydeedev/fix-tilde-in-config
Open

Add support for tilde expansion#3489
BennyDeeDev wants to merge 3 commits intoniri-wm:mainfrom
BennyDeeDev:bennydeedev/fix-tilde-in-config

Conversation

@BennyDeeDev
Copy link

Issue: #3488

Related PR: #3225


#[test]
fn include_tilde_expansion() {
let home = PathBuf::from(std::env::var_os("HOME").unwrap());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will probably break the Nix tests/CI.

Copy link
Author

@BennyDeeDev BennyDeeDev Feb 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I skip the test now if HOME is not set or not accessible, thanks for the heads up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants