vasujain275 / rudra

My Nix + Hyprland Setup
71 stars 1 forks source link

Can't find relative path #2

Open bigbabyboost opened 3 weeks ago

bigbabyboost commented 3 weeks ago

Does nix flake support relative path? I'm try rebuild my system using this repo but always sgow fetch error relative path:./module/nixCats

vasujain275 commented 3 weeks ago

Did you change all the references of "vasu" to your username and all the references of "rudra" to your hostname?

seal commented 6 days ago

Change this line https://github.com/vasujain275/rudra/blob/c2d9dc0fbf63fb968995de3fdd385b94b7ae6eef/flake.nix#L12

to

url = "path:/home/YOUR_USERNAME/rudra/modules/nixCats";