Skip to content

Commit 38408a1

Browse files
midirhee12maningreen
midirhee12
authored andcommitted
refactor: flake inputs
1 parent 58adc4a commit 38408a1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

flake.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
description = "All Thing's Linux discord bot - Tux";
33

4-
inputs = {
5-
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
4+
inputs.nixpkgs = {
5+
type = "github";
6+
owner = "NixOS";
7+
repo = "nixpkgs";
8+
ref = "nixos-unstable";
69
};
710

811
outputs = { self, nixpkgs }: let

0 commit comments

Comments
 (0)