other misc malachite fixes
This commit is contained in:
parent
3c6cc3e1d2
commit
9ec7fb3c67
3 changed files with 6 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
outputs = inputs@{
|
||||
nixpkgs,
|
||||
nixpkgs-xr,
|
||||
nixos-hardware,
|
||||
home-manager,
|
||||
osu-nixos,
|
||||
|
@ -19,6 +20,7 @@
|
|||
./packages/default.nix
|
||||
./hosts/malachite/default.nix
|
||||
./users/stitchynyan/default.nix
|
||||
nixpkgs-xr.nixosModules.nixpkgs-xr
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
|
@ -81,6 +83,7 @@
|
|||
flake = false;
|
||||
};
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixpkgs-xr.url = "github:nix-community/nixpkgs-xr";
|
||||
nixos-hardware.url = "github:Nixos/nixos-hardware/master";
|
||||
osu-nixos.url = "github:Asqiir/osu-nixos";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue