fix: nicer syntax
This commit is contained in:
parent
5c013cf4f8
commit
d2a57431d5
1 changed files with 3 additions and 2 deletions
|
@ -5,14 +5,15 @@
|
||||||
nixos-unstable,
|
nixos-unstable,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
#nixpkgs.overlays = [ overlays.unstable-packages ];
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
# You can add overlays here
|
# You can add overlays here
|
||||||
overlays = with inArgs.self.overlays; [
|
overlays = with inArgs.self.overlays; [
|
||||||
# Add overlays your own flake exports (from overlays and pkgs dir):
|
# Add overlays your own flake exports (from overlays and pkgs dir):
|
||||||
|
unstable-packages
|
||||||
|
|
||||||
#additions
|
#additions
|
||||||
#modifications
|
#modifications
|
||||||
unstable-packages
|
|
||||||
|
|
||||||
# You can also add overlays exported from other flakes:
|
# You can also add overlays exported from other flakes:
|
||||||
# neovim-nightly-overlay.overlays.default
|
# neovim-nightly-overlay.overlays.default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue