mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
Add back software
This commit is contained in:
parent
d951f7fe0c
commit
1767332757
3 changed files with 241 additions and 19 deletions
16
flake.nix
16
flake.nix
|
@ -63,17 +63,17 @@
|
|||
|
||||
fenix.url = "github:nix-community/fenix";
|
||||
|
||||
# zig = {
|
||||
# url = "github:mitchellh/zig-overlay";
|
||||
zig = {
|
||||
url = "github:mitchellh/zig-overlay";
|
||||
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
# };
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# zls = {
|
||||
# url = "github:zigtools/zls/master";
|
||||
zls = {
|
||||
url = "github:zigtools/zls/master";
|
||||
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
# };
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
themes.url = "github:RGBCube/ThemeNix";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue