mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: upload for wifey
This commit is contained in:
parent
8585f1749f
commit
cf9ec64e69
20 changed files with 1238 additions and 771 deletions
|
|
@ -374,10 +374,14 @@
|
|||
slimevr-wrangler = {
|
||||
url = "github:kittywitch/slimevr-wrangler-flake";
|
||||
inputs = {
|
||||
#nixpkgs.follows = "nixpkgs";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
slimevr-wrangler-src.follows = "slimevr-wrangler-src";
|
||||
};
|
||||
};
|
||||
simple-nixos-mailserver = {
|
||||
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
outputs = inputs: import ./outputs.nix {inherit inputs;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue