aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-01-02 11:56:41 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-01-02 17:44:23 -0700
commit1a19020d6244d41a420734dd76f4a80939e4c4cb (patch)
tree818f5247da544acda51cf2f5b6304996f614a875 /nix
parentcf60da8a8decdb569aaf9a10a242725bace1f81a (diff)
downloaddotfiles-1a19020d6244d41a420734dd76f4a80939e4c4cb.tar.gz
dotfiles-1a19020d6244d41a420734dd76f4a80939e4c4cb.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 06f2d111..c9ec595f 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -7,7 +7,7 @@
};
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "0c408a087b4751c887e463e3848512c12017be25";
+ rev = "28d58b979250ef33f049fe1c74daa50b7515126b";
};
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 = "1b03a8ab7af9385b70b7d7c319c4a31a58c5cfa5";
+ rev = "8e7a10602d1eb1d242c9d3f9b822203d5751a8c6";
};
emacs-overlay = {
master = builtins.fetchTarball {
@@ -24,7 +24,7 @@
};
stable = builtins.fetchGit {
url = "https://github.com/nix-community/emacs-overlay.git";
- rev = "b959f3f4ec76a90ae38db9bfd1b57e558c914993";
+ rev = "f3c435a5e5cfa3ce1b2f50ba37b9cacfec4139d9";
};
};
}