Skip to content

Commit

Permalink
add nixpkgs to flake inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
pta2002 committed Feb 20, 2023
1 parent ef05078 commit df7a650
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
18 changes: 10 additions & 8 deletions flake.lock

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

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
description = "A neovim configuration system for NixOS";

inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";

inputs.beautysh.url = "github:lovesegfault/beautysh";
inputs.beautysh.inputs.nixpkgs.follows = "nixpkgs";
Expand Down

0 comments on commit df7a650

Please sign in to comment.