1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat: remove fenix

This commit is contained in:
Ryan Cao 2023-08-02 17:06:10 +08:00
parent 94494a4af2
commit 118081395c
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
3 changed files with 6 additions and 48 deletions

39
flake.lock generated
View file

@ -101,27 +101,6 @@
"type": "github"
}
},
"fenix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1690784506,
"narHash": "sha256-yGjqJnWo51CKgWPNQ4Z8CHLxsRejSZDWYdPnluR0/PU=",
"owner": "nix-community",
"repo": "fenix",
"rev": "792ee9139705831a27f1d4b1e0b4bc4e909c5ac0",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
@ -214,30 +193,12 @@
"attic": "attic",
"catppuccin": "catppuccin",
"discord-applemusic-rich-presence": "discord-applemusic-rich-presence",
"fenix": "fenix",
"flake-compat": "flake-compat",
"home-manager": "home-manager",
"nix-darwin": "nix-darwin",
"nixpkgs": "nixpkgs"
}
},
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1690745810,
"narHash": "sha256-PWEdqI+iiHbx4dkIwWHZCGJuTpRfJI3MLSHf3gQEJt4=",
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "429a3816adb99f33ef557767c874d2cd3a1ffa01",
"type": "github"
},
"original": {
"owner": "rust-lang",
"ref": "nightly",
"repo": "rust-analyzer",
"type": "github"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": [

View file

@ -20,11 +20,6 @@
inputs.flake-compat.follows = "flake-compat";
};
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};
catppuccin = {
url = "github:Stonks3141/ctp-nix";
inputs.nixpkgs.follows = "nixpkgs";
@ -47,7 +42,6 @@
nixpkgs,
nix-darwin,
home-manager,
fenix,
attic,
catppuccin,
discord-applemusic-rich-presence,

View file

@ -1,7 +1,6 @@
{
pkgs,
attic,
fenix,
catppuccin,
discord-applemusic-rich-presence,
...
@ -14,7 +13,12 @@
cachix
direnv
fenix.packages.${system}.stable.defaultToolchain
rustc
cargo
rustfmt
rust-analyzer
clippy
ccache
deno
fnm
@ -87,7 +91,6 @@
nixpkgs = {
overlays = [
attic.overlays.default
fenix.overlays.default
discord-applemusic-rich-presence.overlays.default
(import ./overlays/ryan-mono-bin.nix)
];