aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-08-03 12:33:27 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-08-03 12:33:27 -0600
commit16c012b2ae2d58ff39db04aaee557ca09c90ca88 (patch)
tree3005dad4bbb846d55e7d0f39fc396ae0b1a7cde0 /nix
parent4cf72f618ef3d8746adc2fa78896bfe3cefe4fcc (diff)
downloaddotfiles-16c012b2ae2d58ff39db04aaee557ca09c90ca88.tar.gz
dotfiles-16c012b2ae2d58ff39db04aaee557ca09c90ca88.tar.xz
nix: update sources
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 4a1e93de..81763918 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -7,7 +7,7 @@
};
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "97087745820218d37afb6360eebdc6063a21d93a";
+ rev = "2a6732c38dfa8c1a3c8288f2b47a28cbea57a304";
};
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 = "c57f50b4ab4768b50df501e7d5145806c596534e";
+ rev = "f884e04d8bc411e7a7e0c494050d6c749e084b1a";
};
};
}