This commit is contained in:
Daniel Bulant 2026-07-15 15:37:50 +02:00
parent dbb4b9f6a1
commit 03902ba85e
No known key found for this signature in database
3 changed files with 113 additions and 2 deletions

View file

@ -173,6 +173,21 @@
"type": "github" "type": "github"
} }
}, },
"crane_3": {
"locked": {
"lastModified": 1769737823,
"narHash": "sha256-DrBaNpZ+sJ4stXm+0nBX7zqZT9t9P22zbk6m5YhQxS4=",
"owner": "ipetkov",
"repo": "crane",
"rev": "b2f45c3830aa96b7456a4c4bc327d04d7a43e1ba",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"danksearch": { "danksearch": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -521,6 +536,24 @@
"type": "github" "type": "github"
} }
}, },
"flake-parts_6": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib_5"
},
"locked": {
"lastModified": 1769996383,
"narHash": "sha256-AnYjnFWgS49RlqX7LrC4uA+sCCDBj0Ry/WOJ5XWAsa0=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "57928607ea566b5db3ad13af0e57e921e6b12381",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"inputs": { "inputs": {
"systems": "systems" "systems": "systems"
@ -1466,6 +1499,21 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-lib_5": {
"locked": {
"lastModified": 1769909678,
"narHash": "sha256-cBEymOf4/o3FD5AZnzC3J9hLbiZ+QDT/KDuyHXVJOpM=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "72716169fe93074c333e8d0173151350670b824c",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},
"nixpkgs-regression": { "nixpkgs-regression": {
"locked": { "locked": {
"lastModified": 1643052045, "lastModified": 1643052045,
@ -1621,6 +1669,22 @@
} }
}, },
"nixpkgs_15": { "nixpkgs_15": {
"locked": {
"lastModified": 1769789167,
"narHash": "sha256-kKB3bqYJU5nzYeIROI82Ef9VtTbu4uA3YydSk/Bioa8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "62c8382960464ceb98ea593cb8321a2cf8f9e3e5",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_16": {
"locked": { "locked": {
"lastModified": 1782723713, "lastModified": 1782723713,
"narHash": "sha256-oPXCU/SSUokcGaJREHibG1CBX3+s/W7orDWQOZDsEeQ=", "narHash": "sha256-oPXCU/SSUokcGaJREHibG1CBX3+s/W7orDWQOZDsEeQ=",
@ -1986,6 +2050,7 @@
"paseo": "paseo", "paseo": "paseo",
"reenv": "reenv", "reenv": "reenv",
"rusic": "rusic", "rusic": "rusic",
"zed": "zed",
"zen-browser": "zen-browser" "zen-browser": "zen-browser"
} }
}, },
@ -2090,6 +2155,27 @@
"type": "github" "type": "github"
} }
}, },
"rust-overlay_4": {
"inputs": {
"nixpkgs": [
"zed",
"nixpkgs"
]
},
"locked": {
"lastModified": 1777346187,
"narHash": "sha256-oVxyGjpiIsrXhWTJVUOs38fZQkLjd0nZGOY9K7Kfot8=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "146e7bf7569b8288f24d41d806b9f584f7cfd5b5",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"stable": { "stable": {
"locked": { "locked": {
"lastModified": 1783021296, "lastModified": 1783021296,
@ -2324,10 +2410,31 @@
"type": "github" "type": "github"
} }
}, },
"zed": {
"inputs": {
"crane": "crane_3",
"flake-parts": "flake-parts_6",
"nixpkgs": "nixpkgs_15",
"rust-overlay": "rust-overlay_4"
},
"locked": {
"lastModified": 1783776978,
"narHash": "sha256-LHkUmvtaw+rGb5yb6AStY/WObRC29bOLLsP2sjFsR/4=",
"owner": "zed-industries",
"repo": "zed",
"rev": "65e1c5af258d4c80036467d583691f3f9ded0897",
"type": "github"
},
"original": {
"owner": "zed-industries",
"repo": "zed",
"type": "github"
}
},
"zen-browser": { "zen-browser": {
"inputs": { "inputs": {
"home-manager": "home-manager_2", "home-manager": "home-manager_2",
"nixpkgs": "nixpkgs_15" "nixpkgs": "nixpkgs_16"
}, },
"locked": { "locked": {
"lastModified": 1783489920, "lastModified": 1783489920,

View file

@ -22,6 +22,7 @@
url = "github:AvengeMedia/danksearch"; url = "github:AvengeMedia/danksearch";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
zed.url = "github:zed-industries/zed";
niri = { niri = {
url = "github:sodiboo/niri-flake"; url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View file

@ -1,5 +1,6 @@
{ {
helium, helium,
zed,
colmena, colmena,
dms, dms,
zen-browser, zen-browser,
@ -133,6 +134,7 @@ in
patches = (oldAttrs.patches or [ ]) ++ [ ../../pkgs/qt6ct-0.11.patch ]; patches = (oldAttrs.patches or [ ]) ++ [ ../../pkgs/qt6ct-0.11.patch ];
name = "qt6ct-kde"; name = "qt6ct-kde";
})) }))
bubblewrap
exiftool exiftool
kdePackages.qtstyleplugin-kvantum kdePackages.qtstyleplugin-kvantum
libsForQt5.qt5ct libsForQt5.qt5ct
@ -363,7 +365,8 @@ in
nixfmt nixfmt
qpwgraph qpwgraph
nixpkgs-unstable.legacyPackages.${system}.zed-editor #nixpkgs-unstable.legacyPackages.${system}.zed-editor
zed.packages.${system}.default
nixpkgs-unstable.legacyPackages.${system}.pineflash nixpkgs-unstable.legacyPackages.${system}.pineflash
#unstable.nosql-booster #unstable.nosql-booster