10
flake.nix
10
flake.nix
@@ -23,11 +23,9 @@
|
||||
# n34 development environment
|
||||
devShells.default = mkShell {
|
||||
packages = [
|
||||
dbus
|
||||
git-cliff
|
||||
mdbook
|
||||
nushell
|
||||
pkg-config
|
||||
taplo
|
||||
];
|
||||
|
||||
@@ -50,14 +48,6 @@
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
src = lib.cleanSource ./.;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
dbus
|
||||
];
|
||||
|
||||
meta = {
|
||||
inherit (manifest) description homepage;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
|
||||
Reference in New Issue
Block a user