diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-13 17:05:13 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-13 17:06:49 -0800 |
| commit | 548f31ae7f81b4ef262b8ecee11918583eb87cd6 (patch) | |
| tree | 643a5996f1b1d20c78c2f689ba4b1092f81e9584 /flake.lock | |
| parent | remove abstractions for managing users (diff) | |
| download | infra-548f31ae7f81b4ef262b8ecee11918583eb87cd6.tar.gz | |
stop using flake-parts to simplify the setup
It's a lot of abstractions that are hard to fully understand, I don't
need that complexity for my setup.
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 23 |
1 files changed, 1 insertions, 22 deletions
@@ -142,26 +142,6 @@ "flake-parts": { "inputs": { "nixpkgs-lib": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1762980239, - "narHash": "sha256-8oNVE8TrD19ulHinjaqONf9QWCKK+w4url56cdStMpM=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "52a2caecc898d0b46b2b905f058ccc5081f842da", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, - "flake-parts_2": { - "inputs": { - "nixpkgs-lib": [ "nur", "nixpkgs" ] @@ -366,7 +346,7 @@ }, "nur": { "inputs": { - "flake-parts": "flake-parts_2", + "flake-parts": "flake-parts", "nixpkgs": [ "nixpkgs" ] @@ -436,7 +416,6 @@ "darwin": "darwin_2", "disko": "disko", "emacs-overlay": "emacs-overlay", - "flake-parts": "flake-parts", "home-manager": "home-manager_2", "my-go-tools": "my-go-tools", "nixos-hardware": "nixos-hardware", |
