aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-05-28 15:47:24 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-05-28 15:47:24 -0600
commit7124c530498deba78ec71801a79ca3dceb7ec436 (patch)
tree3455d2459dcdfb6c6f8042bfa68c9a2afc8013d1 /nix
parentfcdd10328c4c88b42b1da5b8f0b42a365a571980 (diff)
downloaddotfiles-7124c530498deba78ec71801a79ca3dceb7ec436.tar.gz
dotfiles-7124c530498deba78ec71801a79ca3dceb7ec436.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 cff6393d..739d3973 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -7,7 +7,7 @@
};
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
- rev = "94b2848559b12a8ed1fe433084686b2a81123c99";
+ rev = "84aa23742f6c72501f9cc209f29c438766f5352d";
};
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 = "7224696fa76e02e6bd8266d3917960098a47a880";
+ rev = "5df3462dda05d8e44669cf374776274e1bc47d0a";
};
};
}