nix-matlab

This commit is contained in:
Aria Nolan 2024-02-13 16:30:09 -05:00
parent 17636a3009
commit 48628c4934
3 changed files with 46 additions and 1 deletions

View file

@ -80,6 +80,22 @@
"type": "github" "type": "github"
} }
}, },
"flake-compat_2": {
"flake": false,
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-parts": { "flake-parts": {
"inputs": { "inputs": {
"nixpkgs-lib": [ "nixpkgs-lib": [
@ -264,6 +280,27 @@
"type": "github" "type": "github"
} }
}, },
"nix-matlab": {
"inputs": {
"flake-compat": "flake-compat",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1707836514,
"narHash": "sha256-bLXO4tsf6wUJr9irEM+yuZATxZOnjEfTp4LPwNDs+oE=",
"owner": "doronbehar",
"repo": "nix-matlab",
"rev": "e6f1a880cd0ff12cc04b86c71e71e02b787c5b70",
"type": "gitlab"
},
"original": {
"owner": "doronbehar",
"repo": "nix-matlab",
"type": "gitlab"
}
},
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1707211557, "lastModified": 1707211557,
@ -369,7 +406,7 @@
}, },
"pre-commit-hooks": { "pre-commit-hooks": {
"inputs": { "inputs": {
"flake-compat": "flake-compat", "flake-compat": "flake-compat_2",
"flake-utils": "flake-utils_2", "flake-utils": "flake-utils_2",
"gitignore": "gitignore", "gitignore": "gitignore",
"nixpkgs": [ "nixpkgs": [
@ -400,6 +437,7 @@
"agenix": "agenix", "agenix": "agenix",
"helix": "helix", "helix": "helix",
"home-manager": "home-manager_2", "home-manager": "home-manager_2",
"nix-matlab": "nix-matlab",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_3", "nixpkgs": "nixpkgs_3",
"nixvim": "nixvim", "nixvim": "nixvim",

View file

@ -28,6 +28,10 @@
url = "github:nix-community/nixvim"; url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nix-matlab = {
inputs.nixpkgs.follows = "nixpkgs";
url = "gitlab:doronbehar/nix-matlab";
};
}; };
# pass in the urls defined above # pass in the urls defined above
@ -41,12 +45,14 @@
nur, nur,
agenix, agenix,
nixvim, nixvim,
nix-matlab,
... ...
} @ inputs: let } @ inputs: let
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = inputs.nixpkgs.legacyPackages.${system}; pkgs = inputs.nixpkgs.legacyPackages.${system};
overlays = [ overlays = [
nur.overlay nur.overlay
nix-matlab.overlay
]; ];
home-manager-config = toplevel: [ home-manager-config = toplevel: [
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager

View file

@ -24,6 +24,7 @@
"$HOME/.dotnet" "$HOME/.dotnet"
]; ];
packages = with pkgs; [ packages = with pkgs; [
matlab
mpv mpv
krita krita
notesnook notesnook