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,
|
||||
...
|
||||
}: {
|
||||
#nixpkgs.overlays = [ overlays.unstable-packages ];
|
||||
|
||||
nixpkgs = {
|
||||
# You can add overlays here
|
||||
overlays = with inArgs.self.overlays; [
|
||||
# Add overlays your own flake exports (from overlays and pkgs dir):
|
||||
unstable-packages
|
||||
|
||||
#additions
|
||||
#modifications
|
||||
unstable-packages
|
||||
|
||||
# You can also add overlays exported from other flakes:
|
||||
# neovim-nightly-overlay.overlays.default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue