reformatting
This commit is contained in:
parent
59bf5b4312
commit
e1c402db2d
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
any-nix-shell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue