Make Stallman proud

This commit is contained in:
2022-08-16 13:11:43 +02:00
parent fe8f9bd738
commit 23970d8851

View File

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