aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-06-04 09:20:41 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-06-04 09:20:41 -0600
commitd693661e147cbdd937753af1f705a0a47c456f02 (patch)
tree38097157836ba711ecb153a57bb5ccf5cd285496 /nix
parentca1f939b6a73cc0a8c72271b34088ef9dfa46ba9 (diff)
downloaddotfiles-d693661e147cbdd937753af1f705a0a47c456f02.tar.gz
dotfiles-d693661e147cbdd937753af1f705a0a47c456f02.tar.xz
nix: sources: update unstable and emacs-overlay
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'nix')
-rw-r--r--nix/sources.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/sources.nix b/nix/sources.nix
index 739d3973..fdf839fd 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -7,7 +7,7 @@
};
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "84aa23742f6c72501f9cc209f29c438766f5352d";
+ rev = "7db379d016a9bad7b7da9b81103ab7454faa3344";
};
stable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
@@ -24,7 +24,7 @@
};
stable = builtins.fetchGit {
url = "https://github.com/nix-community/emacs-overlay.git";
- rev = "5df3462dda05d8e44669cf374776274e1bc47d0a";
+ rev = "a6a189573c2923e74fc0ba75cceaf76a1eaf352c";
};
};
}