aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-12-23 12:30:29 -0700
committerKenny Ballou <kb@devnulllabs.io>2021-12-23 12:30:29 -0700
commitcf60da8a8decdb569aaf9a10a242725bace1f81a (patch)
tree9f29159b6842c6559c0350f97b23277b1c80b61c /nix
parent037e85b3f21d6280d74fb8314d0f6c016e3c84c8 (diff)
downloaddotfiles-cf60da8a8decdb569aaf9a10a242725bace1f81a.tar.gz
dotfiles-cf60da8a8decdb569aaf9a10a242725bace1f81a.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 0ee91a91..06f2d111 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -7,7 +7,7 @@
};
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "509d236edf0056d05547c776140fe7cfcf2305bd";
+ rev = "0c408a087b4751c887e463e3848512c12017be25";
};
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 = "a28cf79a78040b4e6d8d50a39760a296d5e95dd6";
+ rev = "1b03a8ab7af9385b70b7d7c319c4a31a58c5cfa5";
};
emacs-overlay = {
master = builtins.fetchTarball {
@@ -24,7 +24,7 @@
};
stable = builtins.fetchGit {
url = "https://github.com/nix-community/emacs-overlay.git";
- rev = "3cce9efcab327431468356af76caa2226599de2f";
+ rev = "b959f3f4ec76a90ae38db9bfd1b57e558c914993";
};
};
}