diff options
author | Alan Pearce | 2019-10-02 16:55:23 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-02 16:55:23 +0200 |
commit | ec7f1357d16ff2f4aa7430a2940a0b9519018595 (patch) | |
tree | 28f4b022aff0ec38e7891ec677703a074dfd89f8 /user/nix/.config/nixpkgs | |
parent | 8a65ab00b625139984aeb6c3a1a93f8bc9d3fc85 (diff) | |
parent | a261579a74bc3bf9ec673ef190f1ec4bb625b86b (diff) | |
download | nixfiles-ec7f1357d16ff2f4aa7430a2940a0b9519018595.tar.lz nixfiles-ec7f1357d16ff2f4aa7430a2940a0b9519018595.tar.zst nixfiles-ec7f1357d16ff2f4aa7430a2940a0b9519018595.zip |
Add 'user/' from commit 'a261579a74bc3bf9ec673ef190f1ec4bb625b86b'
git-subtree-dir: user git-subtree-mainline: 8a65ab00b625139984aeb6c3a1a93f8bc9d3fc85 git-subtree-split: a261579a74bc3bf9ec673ef190f1ec4bb625b86b
Diffstat (limited to 'user/nix/.config/nixpkgs')
-rw-r--r-- | user/nix/.config/nixpkgs/config.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/nix/.config/nixpkgs/config.nix b/user/nix/.config/nixpkgs/config.nix new file mode 100644 index 00000000..2a93c4b9 --- /dev/null +++ b/user/nix/.config/nixpkgs/config.nix @@ -0,0 +1,3 @@ +{ pkgs }: { + allowUnfree = true; +} |