aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2021-03-16 15:29:16 -0600
committerKenny Ballou <kballou@devnulllabs.io>2021-03-16 15:29:22 -0600
commit62b600e29ce4f8e1b4c14927617fc13453902c69 (patch)
tree8f44e6e8ff94091ce6f3c1a9428aca4d2e3857a9 /nix
parentae97cf368b518ae0fbb35fd3fca2a80bf5317b7d (diff)
downloaddotfiles-62b600e29ce4f8e1b4c14927617fc13453902c69.tar.gz
dotfiles-62b600e29ce4f8e1b4c14927617fc13453902c69.tar.xz
nix: update sources
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'nix')
-rw-r--r--nix/sources.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/sources.nix b/nix/sources.nix
index cbf150dd..86b2c1ec 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 = "04ac9dcd311956d1756d77f4baf9258392ee7bdd";
+ rev = "b49e47309d0df845ce3eb6c01ffe720952ed3695";
};
stable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";