Skip to content

Commit

Permalink
📦 update Nix flake files
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Dec 19, 2024
1 parent b92378d commit b4107d4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 38 deletions.
52 changes: 25 additions & 27 deletions flake.lock

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

16 changes: 5 additions & 11 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
{
inputs = {
nixpkgs = {
url = "github:NixOS/nixpkgs/nixpkgs-unstable";
};

flake-utils = {
url = "github:numtide/flake-utils";
};
utils.url = "github:numtide/flake-utils";
};
outputs =
inputs@{
{
self,
nixpkgs,
flake-utils,
utils,
...
}:
flake-utils.lib.eachDefaultSystem (
utils.lib.eachDefaultSystem (
system:
let
pkgs = nixpkgs.legacyPackages.${system};
pkgs = import nixpkgs { inherit system; };
wthrr-the-weathercrab =
{
lib,
Expand Down

0 comments on commit b4107d4

Please sign in to comment.