aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-10-01 10:26:21 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-10-13 10:12:41 -0600
commit31ba8e5e8e919e0d516e533e84db318035513d94 (patch)
treec23c3bcb2583cf1c8a486b65c39addc59d3978b0 /nix
parentbd01802c62b54808690e46449393b3eec3de2cb8 (diff)
downloaddotfiles-31ba8e5e8e919e0d516e533e84db318035513d94.tar.gz
dotfiles-31ba8e5e8e919e0d516e533e84db318035513d94.tar.xz
nix: update sources
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'nix')
-rw-r--r--nix/sources.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/sources.nix b/nix/sources.nix
index ecfbfde6..cf6ad877 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -7,7 +7,7 @@
};
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "a3a23d9599b0a82e333ad91db2cdc479313ce154";
+ rev = "b5182c214fac1e6db9f28ed8a7cfc2d0c255c763";
};
stable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
@@ -16,7 +16,7 @@
};
home-manager = builtins.fetchGit {
url = "https://github.com/nix-community/home-manager.git";
- rev = "959217e51dbd07d0de6dcbddfbfcb4f2efdc0c1e";
+ rev = "66d9dbfa36f59748e06bb30cd98b3f4ad76cd482";
};
emacs-overlay = {
master = builtins.fetchTarball {
@@ -24,7 +24,7 @@
};
stable = builtins.fetchGit {
url = "https://github.com/nix-community/emacs-overlay.git";
- rev = "961d6e84bcc5414e452f6cf674aef818575e317b";
+ rev = "5fa26165cf34adbe693b159093ea15f24f7f7ea4";
};
};
}