idek lots

This commit is contained in:
atagen 2024-06-14 14:55:55 +10:00
parent 0c25328d6f
commit 4031a614a8
9 changed files with 139 additions and 122 deletions

View file

@ -7,19 +7,14 @@
nur.url = "github:/nix-community/NUR";
nix-std.url = "github:chessai/nix-std";
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
flake-utils.url = "github:numtide/flake-utils";
helix = {
url = "github:helix-editor/helix";
inputs.nixpkgs.follows = "nixpkgs";
# inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
@ -61,7 +56,6 @@
nix-ld-rs,
nix-index-database,
nix-rice,
nix-std,
...
} @ inputs: let
inherit (self) outputs;