flake update

This commit is contained in:
Kabbone 2023-10-15 08:47:04 +02:00
parent ef0dcce895
commit 0de3dcea8d
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
4 changed files with 67 additions and 12 deletions

67
flake.lock generated
View File

@ -44,6 +44,24 @@
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1694529238,
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@ -72,11 +90,11 @@
]
},
"locked": {
"lastModified": 1696940889,
"narHash": "sha256-p2Wic74A1tZpFcld1wSEbFQQbrZ/tPDuLieCnspamQo=",
"lastModified": 1697323135,
"narHash": "sha256-tlAv11c0NIRTk2IzpFxYknHrveeFXojVyCTAMg749Zg=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "6bba64781e4b7c1f91a733583defbd3e46b49408",
"rev": "d4a5076ea8c2c063c45e0165f9f75f69ef583e20",
"type": "github"
},
"original": {
@ -102,6 +120,27 @@
"type": "github"
}
},
"microvm": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1697304130,
"narHash": "sha256-ovr9mPbMW9UxI1iSeQrIJO8Q2YfLTe8hcRkl6ec0v3c=",
"owner": "astro",
"repo": "microvm.nix",
"rev": "38ce07ca9c5c02c391682defe0bfff947cc5d7a1",
"type": "github"
},
"original": {
"owner": "astro",
"repo": "microvm.nix",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1697100850,
@ -152,11 +191,11 @@
},
"nur": {
"locked": {
"lastModified": 1697316486,
"narHash": "sha256-jTpIYem8WsNBJEvuSD6Qevu19ywZOBZWNvhSNUPxbss=",
"lastModified": 1697348381,
"narHash": "sha256-L7gyIq2koN2bQh4nbYTcJSEc5t/VpRyN2E16LmHvpeA=",
"owner": "nix-community",
"repo": "NUR",
"rev": "dd625550dba99678c2b0cf94c809d688d02fe309",
"rev": "b391ed27e3ac4083226c11bac3783ecbd6ad7d15",
"type": "github"
},
"original": {
@ -170,11 +209,27 @@
"agenix": "agenix",
"home-manager": "home-manager_2",
"jovian-nixos": "jovian-nixos",
"microvm": "microvm",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
"nixpkgs-stable": "nixpkgs-stable",
"nur": "nur"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",

View File

@ -20,8 +20,8 @@
gnomeExtensions.dash-to-dock
gnomeExtensions.appindicator
flatpak
rocm-opencl-icd
rocm-opencl-runtime
rocmPackages.clr.icd
rocmPackages.clr
clinfo
];

View File

@ -16,8 +16,8 @@
environment.systemPackages = with pkgs; [
flatpak
rocm-opencl-icd
rocm-opencl-runtime
rocmPackages.clr.icd
rocmPackages.clr
clinfo
libsForQt5.discover
maliit-keyboard

View File

@ -37,8 +37,8 @@
grim
bemenu
lxqt.lxqt-openssh-askpass
rocm-opencl-icd
rocm-opencl-runtime
rocmPackages.clr.icd
rocmPackages.clr
clinfo
];
};