chore: Update flake inputs and pkgs' upstreams

This commit is contained in:
ulic-youthlic 2025-09-17 00:25:17 +08:00
parent 788bff0103
commit 60ec48a43a
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 142 additions and 261 deletions

View file

@ -42,7 +42,6 @@
lib.flatten [
(cachix "nix-community")
"https://cache.nixos.org"
(cachix "cosmic")
];
};
};
@ -53,7 +52,6 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
# nixpkgs.url = "github:NixOS/nixpkgs/master";
# nixpkgs.follows = "nixos-cosmic/nixpkgs";
lix-module = {
# url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.93";
@ -101,12 +99,6 @@
};
};
nixos-cosmic = {
type = "github";
owner = "lilyinstarlight";
repo = "nixos-cosmic";
};
nixos-hardware = {
type = "github";
owner = "NixOS";