fix: switch to cpp nix to get clan to work
This commit is contained in:
parent
6e68c63a54
commit
6bed137ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ in {
|
|||
nix = {
|
||||
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
||||
|
||||
package = pkgs.lix;
|
||||
package = pkgs.nix; # TODO: change this back
|
||||
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue