fix: Drop nixpkgs
input
This commit is contained in:
parent
4bb718243c
commit
a21a879db1
3 changed files with 8 additions and 17 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue