chore: drop fenix dependency

This commit is contained in:
Malte Tammena 2023-11-12 22:26:38 +01:00
parent 9691ce663f
commit 1f678dfccc
2 changed files with 0 additions and 44 deletions

View file

@ -342,27 +342,6 @@
"type": "github" "type": "github"
} }
}, },
"fenix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1692598848,
"narHash": "sha256-LYQNc486Em/UGU/LCzbcafNY6kOdl1mP6FcnWdudFKo=",
"owner": "nix-community",
"repo": "fenix",
"rev": "224c5c301ab5f96afe51ec4dfa661fa82ab4ad05",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
"flake-compat": { "flake-compat": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -1894,7 +1873,6 @@
"custom-udev-rules": "custom-udev-rules", "custom-udev-rules": "custom-udev-rules",
"devshell": "devshell", "devshell": "devshell",
"fend": "fend", "fend": "fend",
"fenix": "fenix",
"flake-parts": "flake-parts_3", "flake-parts": "flake-parts_3",
"home-manager": "home-manager", "home-manager": "home-manager",
"hydra": "hydra", "hydra": "hydra",
@ -1913,23 +1891,6 @@
"xdg-desktop-portal-hyprland": "xdg-desktop-portal-hyprland" "xdg-desktop-portal-hyprland": "xdg-desktop-portal-hyprland"
} }
}, },
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1692456871,
"narHash": "sha256-ribQkxEbMMb8vcBMKvcrPHFftMmlaF3HIAbJty9fDeY=",
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "83b3ba1b8191c065bb0dacc79e5896f7f21e4611",
"type": "github"
},
"original": {
"owner": "rust-lang",
"ref": "nightly",
"repo": "rust-analyzer",
"type": "github"
}
},
"sops-nix": { "sops-nix": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [

View file

@ -19,10 +19,6 @@
url = "github:MalteT/mensa/main"; url = "github:MalteT/mensa/main";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = { sops-nix = {
url = "github:Mic92/sops-nix"; url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
@ -68,7 +64,6 @@
outputs = inputs @ {flake-parts, ...}: let outputs = inputs @ {flake-parts, ...}: let
# Overlays useful to most of my systems # Overlays useful to most of my systems
overlaysSharedByAll = [ overlaysSharedByAll = [
inputs.fenix.overlays.default
inputs.xdg-desktop-portal-hyprland.overlays.default inputs.xdg-desktop-portal-hyprland.overlays.default
inputs.hyprland-contrib.overlays.default inputs.hyprland-contrib.overlays.default
(_: super: { (_: super: {