Skip to content

Commit

Permalink
chore: update nickel.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Nov 16, 2023
1 parent 87e6fcb commit 68a6543
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 14 deletions.
83 changes: 71 additions & 12 deletions local/lock/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion local/lock/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
inputs = {
organist.url = "github:nickel-lang/organist";

nickel.url = "github:tweag/nickel/1921c316ad81bca8100c3a0c6ae2e3da974cdd51";
nickel.url = "github:tweag/nickel";
# nickel.follows = "organist/nickel";
nickel.inputs.topiary.follows = "topiary";

Expand All @@ -51,6 +51,9 @@
};

inputs = {
snapshotter.url = "github:pdtpartners/nix-snapshotter";
snapshotter.inputs.nixpkgs.follows = "nixpkgs";

ragenix.url = "github:yaxitech/ragenix";
ragenix.inputs.nixpkgs.follows = "nixpkgs";
ragenix.inputs.agenix.follows = "agenix";
Expand Down
5 changes: 4 additions & 1 deletion units/nixos/homeProfiles/presets/navi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
let
inherit (pkgs.stdenv) isLinux isDarwin;
inherit
(omnibus.errors.requiredInputs inputs "omnibus.pops.homeProfiles" [ "nur" ])
(omnibus.errors.requiredInputs inputs "omnibus.pops.homeProfiles" [
"nur"
"navi-tldr-pages"
])
navi-tldr-pages
nix-filter
;
Expand Down

0 comments on commit 68a6543

Please sign in to comment.