Skip to content

Commit

Permalink
fix: examples
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Oct 4, 2023
1 parent 42ef596 commit 36554c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0

- uses: nixbuild/nix-quick-install-action@master
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Build Example/nixos
Expand Down
2 changes: 0 additions & 2 deletions examples/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ in
# # --custom profiles
outputs.nixosProfiles.customProfiles.presets.nix
outputs.nixosProfiles.customProfiles.presets.boot
outputs.nixosModules.customModules.boot

outputs.srvos.default.common.nix

(omnibus.lib.mkHome
Expand Down
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@
haumea = flops.inputs.haumea.lib;
dmerge = flops.inputs.dmerge;
POP = POP.lib;
inherit omnibus;
omnibus = omnibus // {
lib = lib.outputs.default;
};
};
};

Expand Down
1 change: 1 addition & 0 deletions templates/nixos/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
src = ./lib;
inputs = {
inherit inputs eachSystem;
omnibus = inputs.omnibus.lib;
};
}).outputs.default;

Expand Down

0 comments on commit 36554c6

Please sign in to comment.