remove nix-alien and update flake

pyrox.dev 07333c43 8d130e34

verified
Changed files
+5 -80
+4 -77
flake.lock
···
{
"nodes": {
-
"flake-compat": {
-
"locked": {
-
"lastModified": 1733328505,
-
"narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
-
"owner": "edolstra",
-
"repo": "flake-compat",
-
"rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
-
"type": "github"
-
},
-
"original": {
-
"owner": "edolstra",
-
"repo": "flake-compat",
-
"type": "github"
-
}
-
},
-
"nix-alien": {
-
"inputs": {
-
"flake-compat": "flake-compat",
-
"nix-index-database": "nix-index-database",
-
"nixpkgs": "nixpkgs"
-
},
-
"locked": {
-
"lastModified": 1745058368,
-
"narHash": "sha256-Y2wj9kIRpBK2nxGHPyvjWSMxKXHL+0WchLdsAfY3pRg=",
-
"owner": "thiagokokada",
-
"repo": "nix-alien",
-
"rev": "5970d8560eb0f454ffac11fe01c9a0dc3fd83ca9",
-
"type": "github"
-
},
-
"original": {
-
"owner": "thiagokokada",
-
"repo": "nix-alien",
-
"type": "github"
-
}
-
},
-
"nix-index-database": {
-
"inputs": {
-
"nixpkgs": [
-
"nix-alien",
-
"nixpkgs"
-
]
-
},
-
"locked": {
-
"lastModified": 1744518957,
-
"narHash": "sha256-RLBSWQfTL0v+7uyskC5kP6slLK1jvIuhaAh8QvB75m4=",
-
"owner": "nix-community",
-
"repo": "nix-index-database",
-
"rev": "4fc9ea78c962904f4ea11046f3db37c62e8a02fd",
-
"type": "github"
-
},
-
"original": {
-
"owner": "nix-community",
-
"repo": "nix-index-database",
-
"type": "github"
-
}
-
},
"nixpkgs": {
"locked": {
-
"lastModified": 1744932701,
-
"narHash": "sha256-fusHbZCyv126cyArUwwKrLdCkgVAIaa/fQJYFlCEqiU=",
-
"owner": "NixOS",
-
"repo": "nixpkgs",
-
"rev": "b024ced1aac25639f8ca8fdfc2f8c4fbd66c48ef",
-
"type": "github"
-
},
-
"original": {
-
"owner": "NixOS",
-
"ref": "nixos-unstable",
-
"repo": "nixpkgs",
-
"type": "github"
-
}
-
},
-
"nixpkgs_2": {
-
"locked": {
-
"lastModified": 1741865919,
-
"narHash": "sha256-4thdbnP6dlbdq+qZWTsm4ffAwoS8Tiq1YResB+RP6WE=",
+
"lastModified": 1753151930,
+
"narHash": "sha256-XSQy6wRKHhRe//iVY5lS/ZpI/Jn6crWI8fQzl647wCg=",
"owner": "nixos",
"repo": "nixpkgs",
-
"rev": "573c650e8a14b2faa0041645ab18aed7e60f0c9a",
+
"rev": "83e677f31c84212343f4cc553bab85c2efcad60a",
"type": "github"
},
"original": {
···
},
"root": {
"inputs": {
-
"nix-alien": "nix-alien",
-
"nixpkgs": "nixpkgs_2"
+
"nixpkgs": "nixpkgs"
}
}
},
+1 -3
flake.nix
···
description = "Pyroblog v8 DevShell";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
-
nix-alien.url = "github:thiagokokada/nix-alien";
};
-
outputs = { self, nixpkgs, nix-alien, ... }: let
+
outputs = { self, nixpkgs, ... }: let
pkgs = import nixpkgs {
allowUnfree = true;
};
···
devShells.x86_64-linux.default = pkgs.mkShell {
buildInputs = [
fhs
-
nix-alien.packages.x86_64-linux.nix-alien
pkgs.just
pkgs.caddy
(pkgs.python3.withPackages (