mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 01:00:49 +00:00
Lock nix inputs to 21.11
This commit is contained in:
parent
2e3c6f61be
commit
431c67e14c
2 changed files with 11 additions and 20 deletions
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
description = "A discord bot for Dự Tuyển Tổng Hợp server";
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/21.11";
|
||||
naersk.url = "github:nix-community/naersk";
|
||||
naersk.inputs.nixpkgs.url = "github:nixos/nixpkgs";
|
||||
naersk.inputs.nixpkgs.follows = "nixpkgs";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
};
|
||||
outputs = { self, nixpkgs, naersk, flake-utils }: flake-utils.lib.eachDefaultSystem (system:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue