diff options
| author | sodiboo <git@sodi.boo> | 2024-08-24 23:40:08 +0200 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-08-25 15:42:25 +0300 |
| commit | dd919fe01b7d235c8e23660732bf24aa4629c8b5 (patch) | |
| tree | 140118d237ba2cb848841c8a3e63fdb4b99aa0cb /flake.lock | |
| parent | f86a9bed1a821f8c818c9085f7fdd021020dfd56 (diff) | |
| download | niri-dd919fe01b7d235c8e23660732bf24aa4629c8b5.tar.gz niri-dd919fe01b7d235c8e23660732bf24aa4629c8b5.tar.bz2 niri-dd919fe01b7d235c8e23660732bf24aa4629c8b5.zip | |
fix `cargo run` on nixos
this boils down to adding some extra dependencies to the shell
environment. they're also inherited from craneArgs because the ones from
the package are actually transformed into the WRONG outputs of the
packages. also refactors to use craneLib.devShell because it's somewhat
cleaner.
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1722960479, - "narHash": "sha256-NhCkJJQhD5GUib8zN9JrmYGMwt4lCRp6ZVNzIiYCl0Y=", + "lastModified": 1724533099, + "narHash": "sha256-ZIDtvVQHoCkNoBlLUB3wmqbqCb0Es3DfdUGeDI/58aY=", "owner": "ipetkov", "repo": "crane", - "rev": "4c6c77920b8d44cd6660c1621dea6b3fc4b4c4f4", + "rev": "7543c8d76f91b8844e0f3b3cc347a72d8fb4b49e", "type": "github" }, "original": { @@ -77,11 +77,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1723572004, - "narHash": "sha256-U5gKtbKuPahB02iGeGHFPlKr/HqrvSsHlEDEXoVyaPc=", + "lastModified": 1724395761, + "narHash": "sha256-zRkDV/nbrnp3Y8oCADf5ETl1sDrdmAW6/bBVJ8EbIdQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "19674872444bb3e0768249e724d99c8649c3bd78", + "rev": "ae815cee91b417be55d43781eb4b73ae1ecc396c", "type": "github" }, "original": { |
