feat(flake)!: update

Fix `nixUnstable` -> `nixVersions.latest` (including `*-limited` overlay)
Remove `repl-flake` nix experimental feature (removed as of `2.22.0`)
Remove references to `rnix-lsp` (deprecated)
This commit is contained in:
reo101 2024-05-04 22:39:09 +03:00
parent ccb43c8a0a
commit 752f4ea454
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
13 changed files with 183 additions and 140 deletions

View file

@ -14,7 +14,7 @@
# Nix on Droid
nix-on-droid = {
url = "github:t184256/nix-on-droid/release-23.05";
url = "github:t184256/nix-on-droid";
# url = "github:t184256/nix-on-droid/master";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
@ -23,7 +23,7 @@
# Nix Darwin
nix-darwin = {
url = "github:lnl7/nix-darwin/master";
inputs.nixpkgs.follows = "nixpkgs";
# inputs.nixpkgs.follows = "nixpkgs";
};
mac-app-util = {
@ -32,7 +32,7 @@
# Home Manager
home-manager = {
url = "github:nix-community/home-manager/master";
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};