chore: Update flake inputs and pkgs' upstreams
This commit is contained in:
parent
788bff0103
commit
60ec48a43a
7 changed files with 142 additions and 261 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue