aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-01-07 09:56:09 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-01-07 09:56:09 -0700
commit7082c82ad743dc409c3873cca759bd2729064773 (patch)
treedfe3f8a705124b21c08da4b09a52e4a19975824e /nix
parent2e34b30447cccde8a3199362b7ee9d6fafee8cd7 (diff)
downloaddotfiles-7082c82ad743dc409c3873cca759bd2729064773.tar.gz
dotfiles-7082c82ad743dc409c3873cca759bd2729064773.tar.xz
nix: update sources
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'nix')
-rw-r--r--nix/sources.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/sources.nix b/nix/sources.nix
index c9ec595f..0b24188f 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -7,7 +7,7 @@
};
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "28d58b979250ef33f049fe1c74daa50b7515126b";
+ rev = "d77bbfcbb650d9c219ca3286e1efb707b922d7c2";
};
stable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
@@ -16,7 +16,7 @@
};
home-manager = builtins.fetchGit {
url = "https://github.com/nix-community/home-manager.git";
- rev = "8e7a10602d1eb1d242c9d3f9b822203d5751a8c6";
+ rev = "c751aeb19e84a0a777f36fd5ea73482a066bb406";
};
emacs-overlay = {
master = builtins.fetchTarball {
@@ -24,7 +24,7 @@
};
stable = builtins.fetchGit {
url = "https://github.com/nix-community/emacs-overlay.git";
- rev = "f3c435a5e5cfa3ce1b2f50ba37b9cacfec4139d9";
+ rev = "a24f805ba1240a7adcf95e01d241a9ef2ed80bb7";
};
};
}