diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2020-10-12 23:12:41 +0200 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2020-10-13 12:05:19 +0200 |
| commit | 3743c42f23767dca657f1a5d3eb67945e373ff94 (patch) | |
| tree | 8be9f2e0ede727b1e2380e9088767eb460cf603b /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 58b8ae4127b7ce3103c97ae2d68f71546b2bd494 (diff) | |
flake.nix: allow inclusion of `nixpkgs` as `path:/.../`
When adding `nixpkgs` as flake-input using the `path`-fetcher, you
currently get the following error since neither `lastModifiedDate` nor
`lastModified` are stored in `flake.lock` for paths:
```
error: --- EvalError --------------------------------------------------------------------------- nix-build
at: (48:71) in file: /nix/store/147clg8svaxyj7pl80ra9kmmm72mdg94-source/flake.nix
47| system.nixos.versionSuffix =
48| ".${final.substring 0 8 (self.lastModifiedDate or self.lastModified)}.${self.shortRev or "dirty"}";
| ^
49| system.nixos.revision = final.mkIf (self ? rev) self.rev;
attribute 'lastModified' missing
```
This patch adds the fallback-value `19700101` to `versionSuffix` if none
of `lastModified{,Date}` are set in the lockfile.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
