bunch of stuff
This commit is contained in:
parent
170638d607
commit
f522a597dc
9 changed files with 106 additions and 39 deletions
|
@ -4,6 +4,7 @@
|
|||
stable.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
staging-next.url = "github:NixOS/nixpkgs/staging-next";
|
||||
copilot-lsp-fix.url = "github:arunoruto/nixpkgs/copilot-language-server-fhs";
|
||||
cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
|
@ -61,6 +62,10 @@
|
|||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
copilot-lsp-fix = import inputs.copilot-lsp-fix {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
|
@ -69,6 +74,7 @@
|
|||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit stablePkgs;
|
||||
inherit copilot-lsp-fix;
|
||||
system = system;
|
||||
hostname = "eclipse";
|
||||
user = user;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue