Refactor nixpkgs import

This commit is contained in:
Oliver Davies 2025-01-29 01:15:42 +00:00
parent a5c1c89102
commit 49b5424dbd

View file

@ -34,7 +34,7 @@
inherit (self) outputs;
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
pkgs = import nixpkgs { inherit system; };
username = "opdavies";