Open rickmoonex opened 2 days ago
I am able to build it fine. But I dont have your lockfile. And your flake doesnt have a nixpkgs input either.
2 possibilities.
To fix number 1, add a nixpkgs input to your flake.
Also, you can remove the follows statement, there is no nixpkgs input to follow. NixCats flake has no inputs.
But yeah, make sure everything is up to date.
Actually, I can confirm that your nixCats is VERY out of date. Like, months.
You dont have any breaking changes to worry about though. Just update it. And remove the follows because its not needed.
at /nix/store/zvh4vfgfb1s4i1nkbivn1vzg9pn3dvp2-source/nix/builder/wrapper.nix:18:13:
17|
18| wrapper = {
| ^
19| # lets you append stuff to the derivation name so that you can search for it in the store
This line hasnt existed for a while. That file isnt even in that location anymore.
If it still happens after updating nixCats and adding a nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
to your inputs please let me know!! For what its worth, without the lockfile I was able to build it with no changes.
But yeah I dont know what version you are on, but I know your config builds on the latest version of nixCats and nixpkgs-unstable. So there are no breaking changes you should have to deal with when doing so.
There have been several new features added since you last checked in though! When you get the chance you should check out the example config again and see what new features you have available!
What OS are you on also? Although that shouldnt really matter. Updating nixCats + maybe adding the nixpkgs input so that its not grabbing a random one from your system should clear things up.
Trying to get my standalone nixCats flake working but I keep running into this error:
My flake.nix looks like this: