aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-01-09 14:05:06 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-01-10 16:20:06 -0700
commit8241728cea1cc2481e5839b09c3d036a2c1c7fb0 (patch)
tree0011ea1b85551303e739fe60cc23f5167a78417f /nix
parent4dd28e77cea08111424372f42a44f1699a40d3f4 (diff)
downloaddotfiles-8241728cea1cc2481e5839b09c3d036a2c1c7fb0.tar.gz
dotfiles-8241728cea1cc2481e5839b09c3d036a2c1c7fb0.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 0b24188f..e27f890b 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -7,7 +7,7 @@
};
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "d77bbfcbb650d9c219ca3286e1efb707b922d7c2";
+ rev = "32356ce11b8cc5cc421b68138ae8c730cc8ad4a2";
};
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 = "a24f805ba1240a7adcf95e01d241a9ef2ed80bb7";
+ rev = "1d86b8a65cc68b9f71c1821d8d81ab16d19a31b0";
};
};
}