You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have got digga working in my repo here. The only (structural) change I made was to put the user modules and profiles in a directory home. I changed users/modules and users/profiles in flake.nix to home/profiles and home/modules and it works fine. But the problem is when I modify an existing profile under home/profiles and run nixos-rebuild.
Expected Behavior
I expect the changes to be applied.
Current Behavior
The modification isn't activated.
To be clear -
If I add a new profile under home/profiles and add it to my user in flake.nix, it works.
If I edit an existing profile under home/profiles (for example, let's say I edit home/profiles/shells/fish/default.nix and add a new alias.) it doesn't work. The modifications are not applied but the rest of the changes (if any) are applied.
This doesn't happen for system profiles. Any new profile or edited profile in system/profiles gets applied immediately.
Steps to Reproduce
Edit a profile in home/profiles.
Run nixos-rebuild.
Additional Context
Not sure if it helps, but I removed the Darwin stuff because I don't use a darwin machine.
I have got digga working in my repo here. The only (structural) change I made was to put the user modules and profiles in a directory
home
. I changedusers/modules
andusers/profiles
inflake.nix
tohome/profiles
andhome/modules
and it works fine. But the problem is when I modify an existing profile underhome/profiles
and runnixos-rebuild
.Expected Behavior
I expect the changes to be applied.
Current Behavior
The modification isn't activated.
To be clear -
home/profiles
and add it to my user inflake.nix
, it works.home/profiles
(for example, let's say I edithome/profiles/shells/fish/default.nix
and add a new alias.) it doesn't work. The modifications are not applied but the rest of the changes (if any) are applied.system/profiles
gets applied immediately.Steps to Reproduce
home/profiles
.nixos-rebuild
.Additional Context
Not sure if it helps, but I removed the Darwin stuff because I don't use a darwin machine.
Your Environment
The text was updated successfully, but these errors were encountered: