fix pipe operators
This commit is contained in:
parent
586e5832ff
commit
0c9baa2e04
2 changed files with 12 additions and 7 deletions
|
|
@ -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 ./.;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue