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:
parent
94494a4af2
commit
118081395c
3 changed files with 6 additions and 48 deletions
39
flake.lock
generated
39
flake.lock
generated
|
|
@ -101,27 +101,6 @@
|
||||||
"type": "github"
|
"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-compat": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|
@ -214,30 +193,12 @@
|
||||||
"attic": "attic",
|
"attic": "attic",
|
||||||
"catppuccin": "catppuccin",
|
"catppuccin": "catppuccin",
|
||||||
"discord-applemusic-rich-presence": "discord-applemusic-rich-presence",
|
"discord-applemusic-rich-presence": "discord-applemusic-rich-presence",
|
||||||
"fenix": "fenix",
|
|
||||||
"flake-compat": "flake-compat",
|
"flake-compat": "flake-compat",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"nix-darwin": "nix-darwin",
|
"nix-darwin": "nix-darwin",
|
||||||
"nixpkgs": "nixpkgs"
|
"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": {
|
"rust-overlay": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-utils": [
|
"flake-utils": [
|
||||||
|
|
|
||||||
|
|
@ -20,11 +20,6 @@
|
||||||
inputs.flake-compat.follows = "flake-compat";
|
inputs.flake-compat.follows = "flake-compat";
|
||||||
};
|
};
|
||||||
|
|
||||||
fenix = {
|
|
||||||
url = "github:nix-community/fenix";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
catppuccin = {
|
catppuccin = {
|
||||||
url = "github:Stonks3141/ctp-nix";
|
url = "github:Stonks3141/ctp-nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
@ -47,7 +42,6 @@
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
nix-darwin,
|
nix-darwin,
|
||||||
home-manager,
|
home-manager,
|
||||||
fenix,
|
|
||||||
attic,
|
attic,
|
||||||
catppuccin,
|
catppuccin,
|
||||||
discord-applemusic-rich-presence,
|
discord-applemusic-rich-presence,
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
attic,
|
attic,
|
||||||
fenix,
|
|
||||||
catppuccin,
|
catppuccin,
|
||||||
discord-applemusic-rich-presence,
|
discord-applemusic-rich-presence,
|
||||||
...
|
...
|
||||||
|
|
@ -14,7 +13,12 @@
|
||||||
cachix
|
cachix
|
||||||
direnv
|
direnv
|
||||||
|
|
||||||
fenix.packages.${system}.stable.defaultToolchain
|
rustc
|
||||||
|
cargo
|
||||||
|
rustfmt
|
||||||
|
rust-analyzer
|
||||||
|
clippy
|
||||||
|
|
||||||
ccache
|
ccache
|
||||||
deno
|
deno
|
||||||
fnm
|
fnm
|
||||||
|
|
@ -87,7 +91,6 @@
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
overlays = [
|
overlays = [
|
||||||
attic.overlays.default
|
attic.overlays.default
|
||||||
fenix.overlays.default
|
|
||||||
discord-applemusic-rich-presence.overlays.default
|
discord-applemusic-rich-presence.overlays.default
|
||||||
(import ./overlays/ryan-mono-bin.nix)
|
(import ./overlays/ryan-mono-bin.nix)
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue