nix: naersk/fenix -> rustPlatform/rust-overlay

This commit is contained in:
seth 2024-03-24 15:08:45 -04:00
parent 6bd5db7208
commit 3c4cf67bbf
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
9 changed files with 164 additions and 242 deletions

View file

@ -8,19 +8,13 @@
inputs.nixpkgs-lib.follows = "nixpkgs";
};
naersk = {
url = "github:nix-community/naersk";
inputs.nixpkgs.follows = "nixpkgs";
};
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-stable.follows = "nixpkgs";
flake-compat.follows = "";
};
};
procfile-nix = {
@ -28,6 +22,14 @@
inputs.nixpkgs.follows = "nixpkgs";
};
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "pre-commit-hooks/flake-utils";
};
};
treefmt-nix = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
@ -39,7 +41,7 @@
imports = [
./nix/dev.nix
./nix/packages.nix
./nix/deployment.nix
./nix/deployment
inputs.pre-commit-hooks.flakeModule
inputs.procfile-nix.flakeModule