feat: Added iced_video_player
This commit is contained in:
12
crates/iced_video_player/shell.nix
Normal file
12
crates/iced_video_player/shell.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
# Flake's devShell for non-flake-enabled nix instances
|
||||
(import
|
||||
(
|
||||
let lock = builtins.fromJSON (builtins.readFile ./flake.lock);
|
||||
in
|
||||
fetchTarball {
|
||||
url =
|
||||
"https://github.com/edolstra/flake-compat/archive/${lock.nodes.flakeCompat.locked.rev}.tar.gz";
|
||||
sha256 = lock.nodes.flakeCompat.locked.narHash;
|
||||
}
|
||||
)
|
||||
{ src = ./.; }).shellNix.default
|
||||
Reference in New Issue
Block a user