fix: Drop nixpkgs input

This commit is contained in:
Jiří Štefka 2025-03-13 22:24:07 +01:00
parent 4bb718243c
commit a21a879db1
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
3 changed files with 8 additions and 17 deletions

View file

@ -2,17 +2,13 @@
description = "jiriks74's ZSH configuration";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
};
outputs = {
self,
nixpkgs,
flake-utils,
...
} @ inputs: let
inherit (self) outputs;
}: let
# Supported systems for your flake packages, shell, etc.
systems = [
"aarch64-linux"