aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-10-13 10:10:17 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-10-13 10:12:41 -0600
commit663ff5adc2e707fa222de95a4738aa673df73391 (patch)
treed967565b01397e93f416384ed7b9e84b6e472234 /nix
parent9aff0dfa1061c5527414f6b99e5b001ae657c56b (diff)
downloaddotfiles-663ff5adc2e707fa222de95a4738aa673df73391.tar.gz
dotfiles-663ff5adc2e707fa222de95a4738aa673df73391.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 6f2ce800..6293a511 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -11,7 +11,7 @@
};
stable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "c11f75bd73e8264bbca6f4bc969ccc39cd371196";
+ rev = "ee084c02040e864eeeb4cf4f8538d92f7c675671";
};
};
home-manager = builtins.fetchGit {
@@ -24,7 +24,7 @@
};
stable = builtins.fetchGit {
url = "https://github.com/nix-community/emacs-overlay.git";
- rev = "8a47765478628f684b09d7f7aa5960e697309c74";
+ rev = "a0c16aadd9b4a2d8cd32910c422c63f358c6609e";
};
};
}