diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-03 23:53:46 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-03 23:53:46 +0200 |
commit | 9b202b0927fdb2f8acae655694d78498d024fcc6 (patch) | |
tree | 939efbf3833d3909064c1b0d25e8016fbdfe3634 | |
parent | c0dd00d7fc0c3835e31e739c12ec2e9096c6fd2d (diff) | |
download | nixos-9b202b0927fdb2f8acae655694d78498d024fcc6.tar nixos-9b202b0927fdb2f8acae655694d78498d024fcc6.tar.gz nixos-9b202b0927fdb2f8acae655694d78498d024fcc6.tar.bz2 nixos-9b202b0927fdb2f8acae655694d78498d024fcc6.tar.xz nixos-9b202b0927fdb2f8acae655694d78498d024fcc6.zip |
dotfiles bump
-rw-r--r-- | custom/dotfiles.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/dotfiles.nix b/custom/dotfiles.nix index b48d1285..74272ec7 100644 --- a/custom/dotfiles.nix +++ b/custom/dotfiles.nix | |||
@@ -8,8 +8,8 @@ let | |||
8 | dotfiles = fetchgit (rec { | 8 | dotfiles = fetchgit (rec { |
9 | name = "dotfiles-${rev}"; | 9 | name = "dotfiles-${rev}"; |
10 | url = git://git.yggdrasil.li/dotfiles; | 10 | url = git://git.yggdrasil.li/dotfiles; |
11 | rev = "6d113b9213d8b3ddc694116b63c579b12eea911a"; | 11 | rev = "8552302b1a1953248d01b45f6767c28fd73106e9"; |
12 | sha256 = "f1679ba789c968a469f3cd7275adaf0f714329a193e8b5a695fd172f5aa38687"; | 12 | sha256 = "ebcf69e86c403ae2090a96687a5e8f98035fc6ec5c348cabb95ed7dfaa5b5d51"; |
13 | }); | 13 | }); |
14 | setupUser = name : { | 14 | setupUser = name : { |
15 | name = name.dir; | 15 | name = name.dir; |