diff options
author | Alan Pearce | 2019-10-03 22:38:41 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-03 22:38:41 +0200 |
commit | 6e941e28f63f96962ac8e440394c0277413dcd65 (patch) | |
tree | 595603c0f82b7bdf7c0109f626380064b17cfcd5 /user/nix/.config/nixpkgs | |
parent | 01aa4a15598441d577525b6a160bdf1fe8fe183b (diff) | |
download | nixfiles-6e941e28f63f96962ac8e440394c0277413dcd65.tar.lz nixfiles-6e941e28f63f96962ac8e440394c0277413dcd65.tar.zst nixfiles-6e941e28f63f96962ac8e440394c0277413dcd65.zip |
Simplify nix configuration
Diffstat (limited to 'user/nix/.config/nixpkgs')
-rw-r--r-- | user/nix/.config/nixpkgs/config.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/user/nix/.config/nixpkgs/config.nix b/user/nix/.config/nixpkgs/config.nix deleted file mode 100644 index 2a93c4b9..00000000 --- a/user/nix/.config/nixpkgs/config.nix +++ /dev/null @@ -1,3 +0,0 @@ -{ pkgs }: { - allowUnfree = true; -} |