chore: drop fenix dependency
This commit is contained in:
parent
9691ce663f
commit
1f678dfccc
39
flake.lock
39
flake.lock
|
@ -342,27 +342,6 @@
|
|||
"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": false,
|
||||
"locked": {
|
||||
|
@ -1894,7 +1873,6 @@
|
|||
"custom-udev-rules": "custom-udev-rules",
|
||||
"devshell": "devshell",
|
||||
"fend": "fend",
|
||||
"fenix": "fenix",
|
||||
"flake-parts": "flake-parts_3",
|
||||
"home-manager": "home-manager",
|
||||
"hydra": "hydra",
|
||||
|
@ -1913,23 +1891,6 @@
|
|||
"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": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
|
|
@ -19,10 +19,6 @@
|
|||
url = "github:MalteT/mensa/main";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
fenix = {
|
||||
url = "github:nix-community/fenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -68,7 +64,6 @@
|
|||
outputs = inputs @ {flake-parts, ...}: let
|
||||
# Overlays useful to most of my systems
|
||||
overlaysSharedByAll = [
|
||||
inputs.fenix.overlays.default
|
||||
inputs.xdg-desktop-portal-hyprland.overlays.default
|
||||
inputs.hyprland-contrib.overlays.default
|
||||
(_: super: {
|
||||
|
|
Loading…
Reference in a new issue