nix: bump inputs
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I1889ab776432fbbbaa228a09c8acf4286a6a6964
This commit is contained in:
parent
5a1332080d
commit
7ccb21af79
3 changed files with 6 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1759155593,
|
"lastModified": 1767428044,
|
||||||
"narHash": "sha256-potIJyEY7ExgfiMzr44/KBODFednyzRUAE2vs4aThHs=",
|
"narHash": "sha256-w28Bmw3xM8NIva6RirQxcRE/PajQwGcSCgtrOQmLlE4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "13ca7febc86978bdb67c0ae94f568b189ae84eef",
|
"rev": "6ff4ad3ef7624ff9cddbee962b1d1852e7fa6f40",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "Wayland Wallpaper Daemon";
|
description = "Wayland Wallpaper Daemon";
|
||||||
|
|
||||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref?nixos-unstable";
|
inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref?nixos-unstable";
|
||||||
outputs = {nixpkgs, ...}: let
|
outputs = {nixpkgs, ...}: let
|
||||||
systems = ["x86_64-linux" "aarch64-linux"];
|
systems = ["x86_64-linux" "aarch64-linux"];
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,9 @@ pkgs.mkShell {
|
||||||
|
|
||||||
# System libraries
|
# System libraries
|
||||||
glibc.dev
|
glibc.dev
|
||||||
|
|
||||||
|
# For Tests
|
||||||
|
(python313.withPackages (ps: with ps; [matplotlib pyplot numpy]))
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue