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

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

@ -12,8 +12,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install nix - name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Check Nix flake inputs
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
- name: Run nix fmt - name: Run nix fmt
run: nix fmt -- --check . run: nix fmt -- --check .

View file

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

View file

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