Skip to content

Commit

Permalink
chore: update inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehamilton committed Feb 23, 2024
1 parent bf8411e commit b3d92be
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 28 deletions.
60 changes: 39 additions & 21 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
nixos-generators.inputs.nixpkgs.follows = "nixpkgs";

# Snowfall Lib
snowfall-lib.url = "github:snowfallorg/lib/fix/home-module-imports";
snowfall-lib.url = "github:snowfallorg/lib/dev";
snowfall-lib.inputs.nixpkgs.follows = "nixpkgs";

# Snowfall Flake
Expand Down Expand Up @@ -204,7 +204,7 @@
cowsay.overlays.default
icehouse.overlays.default
attic.overlays.default
snowfall-docs.overlay
snowfall-docs.overlays.default
nixpkgs-news.overlays.default
];

Expand Down
10 changes: 5 additions & 5 deletions overlays/comma/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ channels, comma, ... }:

final: prev:

{
inherit (comma.packages.${final.system}) comma;
channels,
inputs,
...
}: final: prev: {
inherit (inputs.comma.packages.${final.system}) comma;
}

0 comments on commit b3d92be

Please sign in to comment.