New picture

This commit is contained in:
Nox Sluijtman 2024-02-27 01:12:13 +01:00
parent 91dc4c99ab
commit efd4a35210
2 changed files with 4 additions and 4 deletions

View file

@ -1,14 +1,14 @@
{ description = "A collection of wallpapers"; { description = "A collection of wallpapers";
inputs = { inputs = {
nixpkgs.url = github:nixos/nixpkgs/nixos-unstable; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-utils.url = github:numtide/flake-utils; flake-utils.url = "github:numtide/flake-utils";
}; };
outputs = { self, nixpkgs, flake-utils}: outputs = { self, nixpkgs, flake-utils}:
flake-utils.lib.eachDefaultSystem (system: flake-utils.lib.eachDefaultSystem (system:
let pkgs = import nixpkgs { inherit system; }; let pkgs = import nixpkgs { inherit system; };
in { in {
packages = rec { packages = {
default = pkgs.stdenv.mkDerivation rec { default = pkgs.stdenv.mkDerivation {
pname = "wallpapers"; pname = "wallpapers";
version = "0.0"; version = "0.0";
src = ./src; src = ./src;

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 MiB