Start anew

This commit is contained in:
Alexander
2026-06-18 23:15:11 +02:00
parent 05b83364df
commit 83ff042b91
109 changed files with 0 additions and 30964 deletions
-43
View File
@@ -8,12 +8,6 @@
};
outputs = { self, nixpkgs, flake-utils, git-hooks }:
{
nixosModules = {
musicfs = import ./nix/module.nix;
default = self.nixosModules.musicfs;
};
} //
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs {
@@ -37,15 +31,6 @@
clippy = pkgs.clippy;
};
};
# embedme = {
# enable = true;
# name = "embedme";
# description = "Keep README code blocks in sync with source files";
# entry = "${pkgs.embedme}/bin/embedme";
# args = [ "README.md" ];
# pass_filenames = false;
# language = "system";
# };
};
};
in {
@@ -53,11 +38,6 @@
inherit pre-commit-check;
};
packages = rec {
musicfs = pkgs.callPackage ./package.nix { };
default = musicfs;
};
devShells.default = pkgs.mkShell {
inherit (pre-commit-check) shellHook;
@@ -67,29 +47,6 @@
just
opencode
pkg-config
fuse3
sqlite
openssl
rustc
cargo
cargo-watch
cargo-nextest
cargo-criterion
rust-analyzer
clippy
rustfmt
clang
lld
crates-lsp
protobuf
grpcurl
# embedme
];
};
});