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";
inputs = {
nixpkgs.url = github:nixos/nixpkgs/nixos-unstable;
flake-utils.url = github:numtide/flake-utils;
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
};
outputs = { self, nixpkgs, flake-utils}:
flake-utils.lib.eachDefaultSystem (system:
let pkgs = import nixpkgs { inherit system; };
in {
packages = rec {
default = pkgs.stdenv.mkDerivation rec {
packages = {
default = pkgs.stdenv.mkDerivation {
pname = "wallpapers";
version = "0.0";
src = ./src;

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 MiB