~ruther/nixos-config

97acfee5baee743b4f76e4789b0a967a26a6fc97 — Frantisek Bohacek 8 months ago 6a566a4
chore: update
2 files changed, 66 insertions(+), 3 deletions(-)

M flake.lock
M flake.nix
M flake.lock => flake.lock +61 -3
@@ 70,6 70,24 @@
        "type": "github"
      }
    },
    "flake-parts_2": {
      "inputs": {
        "nixpkgs-lib": "nixpkgs-lib"
      },
      "locked": {
        "lastModified": 1690933134,
        "narHash": "sha256-ab989mN63fQZBFrkk4Q8bYxQCktuHmBIBqUG1jl6/FQ=",
        "owner": "hercules-ci",
        "repo": "flake-parts",
        "rev": "59cf3f1447cfc75087e7273b04b31e689a8599fb",
        "type": "github"
      },
      "original": {
        "owner": "hercules-ci",
        "repo": "flake-parts",
        "type": "github"
      }
    },
    "flake-utils": {
      "inputs": {
        "systems": "systems"


@@ 216,11 234,11 @@
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1721138476,
        "narHash": "sha256-+W5eZOhhemLQxelojLxETfbFbc19NWawsXBlapYpqIA=",
        "lastModified": 1722185531,
        "narHash": "sha256-veKR07psFoJjINLC8RK4DiLniGGMgF3QMlS4tb74S6k=",
        "owner": "nixos",
        "repo": "nixpkgs",
        "rev": "ad0b5eed1b6031efaed382844806550c3dcb4206",
        "rev": "52ec9ac3b12395ad677e8b62106f0b98c1f8569d",
        "type": "github"
      },
      "original": {


@@ 230,6 248,24 @@
        "type": "github"
      }
    },
    "nixpkgs-lib": {
      "locked": {
        "dir": "lib",
        "lastModified": 1690881714,
        "narHash": "sha256-h/nXluEqdiQHs1oSgkOOWF+j8gcJMWhwnZ9PFabN6q0=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "9e1960bc196baf6881340d53dccb203a951745a2",
        "type": "github"
      },
      "original": {
        "dir": "lib",
        "owner": "NixOS",
        "ref": "nixos-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "nixpkgs-stable": {
      "locked": {
        "lastModified": 1678872516,


@@ 340,6 376,7 @@
        "nixpkgs-stable": "nixpkgs-stable_2",
        "noshell": "noshell",
        "nur": "nur",
        "schizofox": "schizofox",
        "wrapper-manager": "wrapper-manager"
      }
    },


@@ 368,6 405,27 @@
        "type": "github"
      }
    },
    "schizofox": {
      "inputs": {
        "flake-parts": "flake-parts_2",
        "nixpkgs": [
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1696429184,
        "narHash": "sha256-nCrABoslxf0dJKFrVkoLXMd7dN/Ih0jE7ac9yAOPC54=",
        "owner": "NotAShelf",
        "repo": "schizofox",
        "rev": "d8d330d508a6f938e99375168048c0ac1c7f08e3",
        "type": "github"
      },
      "original": {
        "owner": "NotAShelf",
        "repo": "schizofox",
        "type": "github"
      }
    },
    "systems": {
      "locked": {
        "lastModified": 1681028828,

M flake.nix => flake.nix +5 -0
@@ 51,6 51,11 @@
        url = "github:Rutherther/noshell/fix/transparent-zeroth-argument";
        inputs.nixpkgs.follows = "nixpkgs";
      };

      schizofox = {
        url = "github:NotAShelf/schizofox";
        inputs.nixpkgs.follows = "nixpkgs";
      };
    };

  outputs = inputs @ { self, nixpkgs, nixpkgs-stable, nix-index-database, home-manager, nur, nixos-hardware, lanzaboote, ... }:

Do not follow this link