Make Stallman proud

This commit is contained in:
coolneng 2022-08-16 13:11:43 +02:00
parent fe8f9bd738
commit 23970d8851
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 4 deletions

View File

@ -29,10 +29,7 @@
let let
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = import pkgs { pkgs = import pkgs { inherit system; };
inherit system;
config.allowUnfree = true;
};
lib = nixpkgs.lib; lib = nixpkgs.lib;