aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.lock
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-04-27 16:49:46 +0900
committernsfisis <nsfisis@gmail.com>2025-04-27 16:49:46 +0900
commit3c8d630bd5ada8c8830f548dde783bffcff5c8a4 (patch)
treea7b873e6762b7f846d0462c3bf88a123eb734ca5 /flake.lock
parentdf3d67c83bd97c66f6e9eab42117444c4dbc6fc6 (diff)
downloaddotfiles-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.lock45
1 files changed, 44 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index a4a1af4..2669137 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"
]
},