areif-dev / river-bsp-layout

Custom River layout manager that creates a Binary Space Partition / Grid layout using river-layout-toolkit
GNU General Public License v3.0
31 stars 4 forks source link

nix: add gitignore changes, and change flake packages #3

Closed amadalusia closed 3 months ago

amadalusia commented 3 months ago

What happened?

The flake was producing an error during build. This was because the SHA256 of the commit and the commit itself didn't line up. I have tested compiling this and it has built.

What have I also made changes to?

I have added the result/ directory produced by Nix when running this command to the .gitignore:

% nix build .#

I have also, for convenience, renamed packages.default to packages.river-bsp-layout, There is still a packages.default, but I made it feed off of packages.river-bsp-layout however.

areif-dev commented 3 months ago

Thanks for checking into that. I'll do my best to test out nix packaging in a VM going forward.