fix pipe operators

This commit is contained in:
Dea 2026-03-14 12:55:55 -04:00
parent 586e5832ff
commit 0c9baa2e04
2 changed files with 12 additions and 7 deletions

View file

@ -9,7 +9,7 @@
home-manager-unstable.url = "github:nix-community/home-manager";
home-manager-unstable.inputs.nixpkgs.follows = "nixpkgs-unstable";
cerulean.url = "github:cry128/cerulean";
cerulean.url = "github:cry128/cerulean/v0.2.4-alpha";
cerulean.inputs.systems.follows = "systems";
cerulean.inputs.nixpkgs.follows = "nixpkgs-unstable";
@ -33,6 +33,10 @@
inputs.home-manager.follows = "home-manager-unstable";
};
};
nixConfig = {
extra-experimental-features = "pipe-operators";
};
outputs = {cerulean, ...} @ inputs:
cerulean.snow.flake inputs ./.;