remove libraries as they will also move to separate repositories
Some checks failed
Rust / build (push) Failing after 2m20s
Some checks failed
Rust / build (push) Failing after 2m20s
This commit is contained in:
parent
21931f847f
commit
c6d2ee6fe1
26 changed files with 0 additions and 5668 deletions
|
@ -3,17 +3,12 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||
naersk = {
|
||||
url = "github:nix-community/naersk";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
inputs@{
|
||||
self,
|
||||
nixpkgs,
|
||||
naersk,
|
||||
}:
|
||||
let
|
||||
lib = nixpkgs.lib;
|
||||
|
@ -51,10 +46,6 @@
|
|||
cargo-tarpaulin
|
||||
];
|
||||
})
|
||||
ruby
|
||||
dotnet-sdk_8
|
||||
gcc
|
||||
gnumake
|
||||
xe
|
||||
xz
|
||||
pkg-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue