Merge pull request #3228 from Ma27/flake-fix-template
Fix attr path to nixpkgs flake in flake template
This commit is contained in:
commit
9b8cb6809b
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
outputs = { self, nixpkgs }: {
|
outputs = { self, nixpkgs }: {
|
||||||
|
|
||||||
packages.x86_64-linux.hello = nixpkgs.packages.x86_64-linux.hello;
|
packages.x86_64-linux.hello = nixpkgs.legacyPackages.x86_64-linux.hello;
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue