flake: remove some old comments
Some checks failed
Run nix flake check / flake-check (push) Failing after 33s
Some checks failed
Run nix flake check / flake-check (push) Failing after 33s
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs-stable.url = "github:nixos/nixpkgs?ref=nixos-25.05";
|
nixpkgs-stable.url = "github:nixos/nixpkgs?ref=nixos-25.05";
|
||||||
#nixpkgs-master.url = "github:nixos/nixpkgs?ref=master";
|
|
||||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
@@ -12,7 +11,6 @@
|
|||||||
sops-nix = {
|
sops-nix = {
|
||||||
url = "github:Mic92/sops-nix";
|
url = "github:Mic92/sops-nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
#inputs.nixpkgs-stable.follows = "nixpkgs-stable";
|
|
||||||
};
|
};
|
||||||
ghettoptt = {
|
ghettoptt = {
|
||||||
url = "git+https://git.t-juice.club/torjus/ghettoptt?ref=master";
|
url = "git+https://git.t-juice.club/torjus/ghettoptt?ref=master";
|
||||||
@@ -40,7 +38,6 @@
|
|||||||
{
|
{
|
||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
# nixpkgs-master,
|
|
||||||
nixpkgs-stable,
|
nixpkgs-stable,
|
||||||
nixprstatus,
|
nixprstatus,
|
||||||
sops-nix,
|
sops-nix,
|
||||||
@@ -59,12 +56,6 @@
|
|||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# overlay-master = final: prev: {
|
|
||||||
# master = import nixpkgs-master {
|
|
||||||
# inherit system;
|
|
||||||
# config.allowUnfree = true;
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
allSystems = [
|
allSystems = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
|
|||||||
Reference in New Issue
Block a user