flake: ok go back to regular unstable

Changed files
+5 -18
+4 -17
flake.lock
···
"type": "indirect"
}
},
-
"nixpkgs_4": {
-
"locked": {
-
"lastModified": 1736560554,
-
"narHash": "sha256-+JU6o3GAOWtFfmbf1yfHI7Tu8E+sn8Uo6/0argLzsB4=",
-
"owner": "NixOS",
-
"repo": "nixpkgs",
-
"rev": "cef47c71b16e96b15ef2ee88be39d030f1961437",
-
"type": "github"
-
},
-
"original": {
-
"owner": "NixOS",
-
"ref": "nixos-unstable-small",
-
"repo": "nixpkgs",
-
"type": "github"
-
}
-
},
"nuscht-search": {
"inputs": {
"flake-utils": "flake-utils",
···
"mystia": "mystia",
"nix-index-database": "nix-index-database",
"nixos-hardware": "nixos-hardware",
-
"nixpkgs": "nixpkgs_4",
"sops-nix": "sops-nix",
"treefmt-nix": "treefmt-nix_2"
}
···
"type": "indirect"
}
},
"nuscht-search": {
"inputs": {
"flake-utils": "flake-utils",
···
"mystia": "mystia",
"nix-index-database": "nix-index-database",
"nixos-hardware": "nixos-hardware",
+
"nixpkgs": [
+
"mystia",
+
"nixpkgs"
+
],
"sops-nix": "sops-nix",
"treefmt-nix": "treefmt-nix_2"
}
+1 -1
flake.nix
···
inputs = {
mystia.url = "github:soopyc/mystia";
-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nixos-hardware.url = "github:soopyc/nixos-hardware";
catppuccin.url = "github:catppuccin/nix";
···
inputs = {
mystia.url = "github:soopyc/mystia";
+
nixpkgs.follows = "mystia/nixpkgs";
nixos-hardware.url = "github:soopyc/nixos-hardware";
catppuccin.url = "github:catppuccin/nix";