Refactor nixpkgs import
This commit is contained in:
parent
a5c1c89102
commit
49b5424dbd
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
inherit (self) outputs;
|
||||
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
|
||||
username = "opdavies";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue