temp disable steel helix

This commit is contained in:
Tao Tien 2025-03-02 16:34:53 -08:00
parent 7aa6323e4d
commit dc3a2105c4
4 changed files with 6 additions and 99 deletions

94
flake.lock generated
View file

@ -21,21 +21,6 @@
"type": "github"
}
},
"crane": {
"locked": {
"lastModified": 1737563566,
"narHash": "sha256-GLJvkOG29XCynQm8XWPyykMRqIhxKcBARVu7Ydrz02M=",
"owner": "ipetkov",
"repo": "crane",
"rev": "849376434956794ebc7a6b487d31aace395392ba",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"determinate": {
"inputs": {
"determinate-nixd-aarch64-darwin": "determinate-nixd-aarch64-darwin",
@ -171,24 +156,6 @@
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems_2"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"git-hooks-nix": {
"inputs": {
"flake-compat": [
@ -224,30 +191,6 @@
"type": "github"
}
},
"helix": {
"inputs": {
"crane": "crane",
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs"
],
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1740691503,
"narHash": "sha256-llpFPiWwR1wMxWTs4DRgeGBaLAc+FflxtHKhP3CC+tg=",
"owner": "mattwparas",
"repo": "helix",
"rev": "21f7a7b6fc73822758822037c12bce018f751952",
"type": "github"
},
"original": {
"owner": "mattwparas",
"ref": "steel-event-system",
"repo": "helix",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@ -492,7 +435,6 @@
"agenix": "agenix",
"determinate": "determinate",
"disko": "disko",
"helix": "helix",
"home-manager": "home-manager_2",
"nixos": "nixos",
"nixos-cosmic": "nixos-cosmic",
@ -502,27 +444,6 @@
"zen-browser": "zen-browser"
}
},
"rust-overlay": {
"inputs": {
"nixpkgs": [
"helix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1737599167,
"narHash": "sha256-S2rHCrQWCDVp63XxL/AQbGr1g5M8Zx14C7Jooa4oM8o=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "38374302ae9edf819eac666d1f276d62c712dd06",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
@ -538,21 +459,6 @@
"type": "github"
}
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"zen-browser": {
"inputs": {
"nixpkgs": [

View file

@ -21,10 +21,10 @@
# url = "github:pjones/plasma-manager";
# inputs.nixpkgs.follows = "nixpkgs";
# };
helix = {
url = "github:mattwparas/helix/steel-event-system";
inputs.nixpkgs.follows = "nixpkgs";
};
# helix = {
# url = "github:mattwparas/helix/steel-event-system";
# inputs.nixpkgs.follows = "nixpkgs";
# };
nixos-cosmic = {
url = "github:lilyinstarlight/nixos-cosmic";
inputs.nixpkgs.follows = "nixpkgs";

View file

@ -6,6 +6,7 @@
...
}: {
users.users.tao.packages = with pkgs; [
gocryptfs
# calibre
# davinci-resolve
# fractal

View file

@ -256,6 +256,6 @@
};
enable = true;
defaultEditor = true;
package = inputs.helix.packages.${pkgs.system}.default;
# package = inputs.helix.packages.${pkgs.system}.default;
};
}