Skip to content

Commit

Permalink
modules/nixos: enable pipe operators
Browse files Browse the repository at this point in the history
`nixd` has support for them and they are honestly really nice to use. `lib.pipe` served us well but having the pipe-operator as is is super nice
  • Loading branch information
Frontear committed Nov 18, 2024
1 parent dd593b4 commit 5082763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/programs/nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ in {
# Some interesting features.
# "fetch-closures"
"no-url-literals"
"pipe-operator"
];
}
];
Expand Down

0 comments on commit 5082763

Please sign in to comment.