remove zed from default nix

This commit is contained in:
Anthony Cicchetti 2024-11-23 11:24:29 -05:00
parent 999bded4d4
commit 08c92c7220
2 changed files with 19 additions and 19 deletions

View file

@ -44,11 +44,11 @@
"rust-analyzer-src": "rust-analyzer-src" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1732257345, "lastModified": 1732343620,
"narHash": "sha256-YetzCpGzm7RnSHIUhSqljv3iLOGdg/XufbUvMOrC7tg=", "narHash": "sha256-IuOzr1HjFK8RxeDITfe1LQKgbUjgqlgeGc8jf9tKAuY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "3b89d5df39afc6ef3a8575fa92d8fa10ec68c95f", "rev": "cb6515f398908e1c74dea085e72b3e3a0a81c6e2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -237,11 +237,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1732025103, "lastModified": 1732303962,
"narHash": "sha256-qjEI64RKvDxRyEarY0jTzrZMa8ebezh2DEZmJJrpVdo=", "narHash": "sha256-5Umjb5AdtxV5jSJd5jxoCckh5mlg+FBQDsyAilu637g=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "a46e702093a5c46e192243edbd977d5749e7f294", "rev": "8cf9cb2ee78aa129e5b8220135a511a2be254c0c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -287,11 +287,11 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1732278183, "lastModified": 1732372127,
"narHash": "sha256-9nLFUsDK0kRrnooDbTUKwCRiVxwQwHh1MVDfD7BeOKw=", "narHash": "sha256-1f84sWB/MLBarJRYBfAbfodjjWNY26vTkA5PktEwlaA=",
"owner": "martinvonz", "owner": "martinvonz",
"repo": "jj", "repo": "jj",
"rev": "4f2e72a140758745cfdb7f0c311c297b26aa6875", "rev": "472fd35ff1d8b92aa3e599800d466e0a09681eb0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -369,11 +369,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1732210164, "lastModified": 1732296405,
"narHash": "sha256-1kWDbE4LKc3LoxOsL2V2LfacvLXcd20MEAwztBW9HgQ=", "narHash": "sha256-lvCkp0J6yJ/QKCSeDLx3rh0OTWjDOlMdi4hmNMg7MBM=",
"owner": "m15a", "owner": "m15a",
"repo": "flake-awesome-neovim-plugins", "repo": "flake-awesome-neovim-plugins",
"rev": "504e37b48494eae868766de3a0c40a494f942519", "rev": "04d278aeaecffdaa7e7c0f428bb2bd58988bdba7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -398,11 +398,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1732287711, "lastModified": 1732377672,
"narHash": "sha256-whSsp1u9glPS4E6kzuoJlbR5EB0Lg0/65mBMdnjLKhE=", "narHash": "sha256-DO5O+MbsS2NofeNReRbNBZDhqLfjLMjuUk24e0aQpxM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "01d2807d896b685caf601a144027c118400c2697", "rev": "39be4840b9c3e4ca75373005ad6406a2f88ce360",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -444,11 +444,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1732143099, "lastModified": 1732315025,
"narHash": "sha256-lh2Qi8gd1SwJVGo7gJjoFvS/djS5Nimaw25j792PJjM=", "narHash": "sha256-vPAMWd5/akE3U3B8uXzi05X/9fUd71sZaOnfBrX4AR0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "2f71c4250bef7a52fe21bd00d1e58c119f62008c", "rev": "c1271fa10a54a3b35db6040dd6e779f349af52bf",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -3,7 +3,7 @@
systemSpecificPackages = with pkgs; systemSpecificPackages = with pkgs;
if isLinux if isLinux
# ncdu (well, all zig packages) don't work on macOS nix right now # ncdu (well, all zig packages) don't work on macOS nix right now
then [zsh racket mold ncdu zed-editor] then [zsh racket mold ncdu]
else [keka colima neovide aerospace]; else [keka colima neovide aerospace];
in { in {
imports = [ imports = [