Compare commits

...

3 commits

3 changed files with 19 additions and 34 deletions

View file

@ -165,18 +165,15 @@
"lix": { "lix": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1714955862, "lastModified": 1718419213,
"narHash": "sha256-REWlo2RYHfJkxnmZTEJu3Cd/2VM+wjjpPy7Xi4BdDTQ=", "narHash": "sha256-WY7BGnu5PnbK4O8cKKv9kvxwzZIGbIQUQLGPHFXitI0=",
"ref": "refs/tags/2.90-beta.1", "rev": "253546d5fbf8a5aa60ac8164c1b4f5794dc4e9d1",
"rev": "b6799ab0374a8e1907a48915d3187e07da41d88c", "type": "tarball",
"revCount": 15501, "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/253546d5fbf8a5aa60ac8164c1b4f5794dc4e9d1.tar.gz"
"type": "git",
"url": "https://git@git.lix.systems/lix-project/lix"
}, },
"original": { "original": {
"ref": "refs/tags/2.90-beta.1", "type": "tarball",
"type": "git", "url": "https://git.lix.systems/lix-project/lix/archive/2.90.0-rc1.tar.gz"
"url": "https://git@git.lix.systems/lix-project/lix"
} }
}, },
"lix-module": { "lix-module": {
@ -185,25 +182,21 @@
"flake-utils" "flake-utils"
], ],
"flakey-profile": "flakey-profile", "flakey-profile": "flakey-profile",
"lix": [ "lix": "lix",
"lix"
],
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
] ]
}, },
"locked": { "locked": {
"lastModified": 1718778751, "lastModified": 1718778548,
"narHash": "sha256-DdcMvX9r29uHMlz7P1Shgs5xZw9WkZ4ObMGYzwROAiw=", "narHash": "sha256-64lB/NO6AQ6z6EDCemPSYZWX/Qc6Rt04cPia5T5v01g=",
"ref": "refs/heads/main", "rev": "29ed1bb67751e5b107d08df35d18dda6d45324e9",
"rev": "909e593ae9f5fe338ab19b4ed9d52bb0ea09bad8", "type": "tarball",
"revCount": 90, "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/29ed1bb67751e5b107d08df35d18dda6d45324e9.tar.gz"
"type": "git",
"url": "https://git.lix.systems/lix-project/nixos-module"
}, },
"original": { "original": {
"type": "git", "type": "tarball",
"url": "https://git.lix.systems/lix-project/nixos-module" "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0-rc1.tar.gz"
} }
}, },
"nix-index-database": { "nix-index-database": {
@ -319,7 +312,6 @@
"disko": "disko", "disko": "disko",
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"home-manager": "home-manager", "home-manager": "home-manager",
"lix": "lix",
"lix-module": "lix-module", "lix-module": "lix-module",
"nix-index-database": "nix-index-database", "nix-index-database": "nix-index-database",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",

View file

@ -41,16 +41,10 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
lix = {
url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";
flake = false;
};
lix-module = { lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module"; url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0-rc1.tar.gz";
inputs = { inputs = {
flake-utils.follows = "flake-utils"; flake-utils.follows = "flake-utils";
lix.follows = "lix";
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
}; };
}; };
@ -116,7 +110,7 @@
}; };
}; };
devShell = nixpkgs.legacyPackages.${system}.mkShell { devShells.default = nixpkgs.legacyPackages.${system}.mkShell {
inherit (self.checks.${system}.pre-commit-check) shellHook; inherit (self.checks.${system}.pre-commit-check) shellHook;
buildInputs = self.checks.${system}.pre-commit-check.enabledPackages; buildInputs = self.checks.${system}.pre-commit-check.enabledPackages;
}; };

View file

@ -49,15 +49,12 @@
unstable.cargo-nextest unstable.cargo-nextest
unstable.cargo-watch unstable.cargo-watch
unstable.clippy unstable.clippy
unstable.logseq
unstable.rustfmt unstable.rustfmt
alejandra alejandra
clang clang
du-dust du-dust
element-desktop-wayland
fd fd
libllvm
fx fx
gdb gdb
github-cli github-cli
@ -67,6 +64,8 @@
hyperfine hyperfine
jq jq
kcachegrind kcachegrind
libclang
libllvm
linuxPackages.perf linuxPackages.perf
man-pages man-pages
man-pages-posix man-pages-posix