mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
add circt tools
This commit is contained in:
parent
6c820a3ae5
commit
b76a4599de
3 changed files with 16 additions and 12 deletions
|
@ -230,6 +230,7 @@ in
|
||||||
|
|
||||||
# provided by my own overlay
|
# provided by my own overlay
|
||||||
mlir
|
mlir
|
||||||
|
circt
|
||||||
|
|
||||||
## I heard you like man pages?
|
## I heard you like man pages?
|
||||||
man-pages
|
man-pages
|
||||||
|
@ -241,7 +242,9 @@ in
|
||||||
gitAndTools.gitui
|
gitAndTools.gitui
|
||||||
## terminal, browsers, text editing, note taking
|
## terminal, browsers, text editing, note taking
|
||||||
alacritty
|
alacritty
|
||||||
vscodium
|
# doesn't support the MLIR tooling from the marketplace :(
|
||||||
|
#unstable.vscodium
|
||||||
|
vscode
|
||||||
neovim
|
neovim
|
||||||
ghostwriter
|
ghostwriter
|
||||||
firefox-wayland
|
firefox-wayland
|
||||||
|
|
|
@ -7,27 +7,27 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1674815343,
|
"lastModified": 1678827852,
|
||||||
"narHash": "sha256-M+ZzNzz3NXq+8ofYT6zCR17fyWm1VwBIpB/k0xUoT38=",
|
"narHash": "sha256-V8+w7LI9LWIShDV+bD4bEBmemM4tpJv9U5JNe+71LJk=",
|
||||||
"owner": "Feliix42",
|
"owner": "Feliix42",
|
||||||
"repo": "mlir.nix",
|
"repo": "mlir.nix",
|
||||||
"rev": "904defc1d01a7987ca4d0efe4f63489bca7a4b0f",
|
"rev": "dec3d6103757d4cdb9ea81162cfbc99fc3befd56",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "Feliix42",
|
"owner": "Feliix42",
|
||||||
"ref": "main",
|
"ref": "circt",
|
||||||
"repo": "mlir.nix",
|
"repo": "mlir.nix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1677591639,
|
"lastModified": 1678397099,
|
||||||
"narHash": "sha256-DMlAyge+u3K+JOFLA5YfdjqagdAYJf29YGBWpy5izg4=",
|
"narHash": "sha256-5xq8YJe+h19TlD+EI4AE/3H3jcCcQ2AWU6CWBVc5tRc=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "77de4cd09db4dbee9551ed2853cfcf113d7dc5ce",
|
"rev": "556101ff85bd6e20900ec73ee525b935154bc8ea",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -39,11 +39,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1677624842,
|
"lastModified": 1678761643,
|
||||||
"narHash": "sha256-4DF9DbDuK4/+KYx0L6XcPBeDHUFVCtzok2fWtwXtb5w=",
|
"narHash": "sha256-tapXZvg6Kg5Fm7Fm6i+7cRC5Exp2lX7cgMrqsfrGhuc=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "d70f5cd5c3bef45f7f52698f39e7cc7a89daa7f0",
|
"rev": "c4aec3c021620d98861639946123214207e98344",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -9,7 +9,8 @@
|
||||||
#inputs.nixpkgs.follows = "nixpkgs";
|
#inputs.nixpkgs.follows = "nixpkgs";
|
||||||
#};
|
#};
|
||||||
mlir = {
|
mlir = {
|
||||||
url = "github:Feliix42/mlir.nix/main";
|
#url = "github:Feliix42/mlir.nix/main";
|
||||||
|
url = "github:Feliix42/mlir.nix/circt";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue