diff options
author | Norbert Melzer <[email protected]> | 2022-06-26 10:55:18 +0100 |
---|---|---|
committer | Norbert Melzer <[email protected]> | 2022-06-26 10:55:18 +0100 |
commit | 09a3a91b80fe231314b241dd414ca552d33103bc (patch) | |
tree | 03a901964fff8088cdc43b28a3e46d70a3e70af1 | |
parent | 60df6b320851e8c89e8c8f2d6f3b521ba14432b3 (diff) |
use `self` for `src`.
`gitignoreSource` is not needed in flakes and will now work anymore in nix 2.10 flakes
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ | |||
56 | inherit pname; | 56 | inherit pname; |
57 | inherit (packageMeta) version; | 57 | inherit (packageMeta) version; |
58 | 58 | ||
59 | src = gitignoreSource ./.; | 59 | src = self; |
60 | cargoLock.lockFile = ./Cargo.lock; | 60 | cargoLock.lockFile = ./Cargo.lock; |
61 | 61 | ||
62 | buildFeatures = "json"; | 62 | buildFeatures = "json"; |