diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-27 16:49:46 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-27 16:49:46 +0900 |
| commit | 3c8d630bd5ada8c8830f548dde783bffcff5c8a4 (patch) | |
| tree | a7b873e6762b7f846d0462c3bf88a123eb734ca5 /flake.lock | |
| parent | df3d67c83bd97c66f6e9eab42117444c4dbc6fc6 (diff) | |
| download | dotfiles-3c8d630bd5ada8c8830f548dde783bffcff5c8a4.tar.gz dotfiles-3c8d630bd5ada8c8830f548dde783bffcff5c8a4.tar.zst dotfiles-3c8d630bd5ada8c8830f548dde783bffcff5c8a4.zip | |
nix: use my own nur-packages
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 45 |
1 files changed, 44 insertions, 1 deletions
@@ -55,12 +55,34 @@ "type": "github" } }, + "nur-packages": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "treefmt-nix": "treefmt-nix" + }, + "locked": { + "lastModified": 1745739267, + "narHash": "sha256-SPZuyHC7uEg+m//ofO9XqHQcGR90GL5xwTwn2P3wxOI=", + "owner": "nsfisis", + "repo": "nur-packages", + "rev": "939f02ceab3cecf66a399e50e72af46e4d277bd1", + "type": "github" + }, + "original": { + "owner": "nsfisis", + "repo": "nur-packages", + "type": "github" + } + }, "root": { "inputs": { "flake-utils": "flake-utils", "home-manager": "home-manager", "nixpkgs": "nixpkgs", - "treefmt-nix": "treefmt-nix" + "nur-packages": "nur-packages", + "treefmt-nix": "treefmt-nix_2" } }, "systems": { @@ -81,6 +103,27 @@ "treefmt-nix": { "inputs": { "nixpkgs": [ + "nur-packages", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1744961264, + "narHash": "sha256-aRmUh0AMwcbdjJHnytg1e5h5ECcaWtIFQa6d9gI85AI=", + "owner": "numtide", + "repo": "treefmt-nix", + "rev": "8d404a69efe76146368885110f29a2ca3700bee6", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "treefmt-nix", + "type": "github" + } + }, + "treefmt-nix_2": { + "inputs": { + "nixpkgs": [ "nixpkgs" ] }, |
