Skip to content

Commit

Permalink
Fix flake input warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Samasaur1 committed Jan 7, 2024
1 parent a33bf49 commit b32aed1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
description = "The server-side software for Remote Text";

inputs.flockenzeit = {
url = "github:balsoft/Flockenzeit";
inputs.nixpkgs.follows = "nixpkgs";
inputs = {
# nixpkgs.url = "github:NixOS/nixpkgs";
flockenzeit.url = "github:balsoft/Flockenzeit";
};

outputs = { self, flockenzeit, nixpkgs, ... }:
Expand Down

0 comments on commit b32aed1

Please sign in to comment.