fix: Drop nixpkgs input
Some checks failed
Perform checks / formatting (push) Failing after 15s
Perform checks / nix_flake_check (push) Failing after 17s

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

View file

@ -20,18 +20,15 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1741246872,
"narHash": "sha256-Q6pMP4a9ed636qilcYX8XUguvKl/0/LGXhHcRI91p0U=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "10069ef4cf863633f57238f179a0297de84bd8d3",
"type": "github"
"lastModified": 1741010256,
"narHash": "sha256-WZNlK/KX7Sni0RyqLSqLPbK8k08Kq7H7RijPJbq9KHM=",
"path": "/nix/store/jk6xpbfh10gz6q5cqw8b2f7xk0pl7hkv-source",
"rev": "ba487dbc9d04e0634c64e3b1f0d25839a0a68246",
"type": "path"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {

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"