updates from makefile

This commit is contained in:
Don Harper 2024-03-09 22:16:27 -06:00
parent 74b27ef7c3
commit a3939ab323
3 changed files with 12 additions and 11 deletions

18
flake.lock generated
View file

@ -5,11 +5,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1709773529, "lastModified": 1709967935,
"narHash": "sha256-CNz9ybeR88j8QQxy7YNFa8RlNq3pWnXLvocWIt2n5Mg=", "narHash": "sha256-ZLLdGWs9njivxZsfSzfQN05g6WIyIe24bPb61y7FVqo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "a2009bc2b4e1d3ff5360048292deb0d610aa064b", "rev": "72818e54ec29427f8d9f9cfa6fc859d01ca6dc66",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -59,11 +59,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1709904018, "lastModified": 1709988192,
"narHash": "sha256-fVp/89wNjWg7OQ/Gj3eSK2IXKDk9mXSj5ltOz98Ce2w=", "narHash": "sha256-qxwIkl85P0I1/EyTT+NJwzbXdOv86vgZxcv4UKicjK8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "8b07ca541939211d3cc437ddfd74ebdef3d72471", "rev": "b0b0c3d94345050a7f86d1ebc6c56eea4389d030",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -118,11 +118,11 @@
"nixpkgs-regression": "nixpkgs-regression" "nixpkgs-regression": "nixpkgs-regression"
}, },
"locked": { "locked": {
"lastModified": 1709903691, "lastModified": 1710007077,
"narHash": "sha256-5b65PQIffI07bbQoa7rQp+UgRXitCZdgH0oRXd4vkeY=", "narHash": "sha256-JjERhmLchkuM52geM5OZYuq+RiRQp+BZXijCuHhmZBY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nix", "repo": "nix",
"rev": "ef5cb446083a164b5eab2722224b716c8dd3afc7", "rev": "ac730622e81336f42961cebea0f69bc637127ea4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -68,6 +68,7 @@
}; };
loki = inputs.nixpkgs.lib.nixosSystem { loki = inputs.nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;}; specialArgs = {inherit inputs;};
extraSpecialArgs = {inherit inputs;};
modules = workstation.modules ++ [ modules = workstation.modules ++ [
{ {
networking.hostName = "loki"; networking.hostName = "loki";

View file

@ -1,8 +1,8 @@
{ config, pkgs, inputs, ... }: { config, pkgs, inputs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
#inputs.nixpkgs-2311.opencv inputs.nixpkgs-2311.opencv
opencv #opencv
citrix_workspace citrix_workspace
]; ];
home.file."ICAClient" = { home.file."ICAClient" = {