aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2021-02-08 11:49:53 -0700
committerKenny Ballou <kballou@devnulllabs.io>2021-02-09 11:39:57 -0700
commit4c07bedd6cf96cb06a0dadb6261a9a708bc09b9a (patch)
tree480ccd2a476f6cf08a6bc9204f02ded19625997f /nix
parenta6f8b20c915ee9cd9dd22e8efede2d50d3940c9b (diff)
downloaddotfiles-4c07bedd6cf96cb06a0dadb6261a9a708bc09b9a.tar.gz
dotfiles-4c07bedd6cf96cb06a0dadb6261a9a708bc09b9a.tar.xz
nix: update sources
Signed-off-by: Kenny Ballou <kballou@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 7c456248..fba8d4f8 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -2,7 +2,7 @@
nixpkgs = {
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "de9aef76867eb0f0e81ade31274dd63b196d66fc";
+ rev = "6dbcdd2bc19d4377a250c73e658445426de64957";
};
stable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
@@ -11,6 +11,6 @@
};
home-manager = builtins.fetchGit {
url = "https://github.com/nix-community/home-manager.git";
- rev = "65d0e2d241519e010251aca29cf5d3a71fd84f2f";
+ rev = "87e2ec341bfda373d50ab58529b4bbb0eb9eb9a0";
};
}