mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
12 lines
363 B
Nix
Executable File
12 lines
363 B
Nix
Executable File
[
|
|
(self: super: with super; {
|
|
# defold = (callPackage ./defold.nix {});
|
|
|
|
# Add packages from the unstable channel with `pkgs.unstable.$PKG`.
|
|
# unstable = import <nixpkgs-unstable> { inherit config; };
|
|
})
|
|
|
|
# The unstable branch of Emacs.
|
|
# (import (builtins.fetchTarball https://github.com/nix-community/emacs-overlay/archive/master.tar.gz))
|
|
]
|