Compare commits
1 Commits
6646e2e3db
...
223c3a3915
Author | SHA1 | Date | |
---|---|---|---|
223c3a3915 |
16
main.go
16
main.go
@ -15,14 +15,14 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func banner() {
|
func banner() {
|
||||||
s := ""+
|
fmt.Printf("" +
|
||||||
` .__
|
".__\n" +
|
||||||
_____ _____ ____ |__| ____
|
"| |__ ___________ _____ ____ ______\n" +
|
||||||
/ \\__ \ / ___\| |/ ___\
|
"| | \\_/ __ \\_ __ \\/ \\_/ __ \\ / ___/\n" +
|
||||||
| Y Y \/ __ \_/ /_/ > \ \___
|
"| Y \\ ___/| | \\/ Y Y \\ ___/ \\___ \\\n" +
|
||||||
|__|_| (____ /\___ /|__|\___ >
|
"|___| /\\___ >__| |__|_| /\\___ >____ >\n" +
|
||||||
\/ \//_____/..wallet..\/ `
|
" \\/ \\/...wallet...\\/ \\/ \\/\n",
|
||||||
fmt.Printf("%s\n\n", s)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
let
|
let
|
||||||
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.11";
|
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-23.11";
|
||||||
pkgs = import nixpkgs { config = {}; overlays = []; };
|
pkgs = import nixpkgs { config = {}; overlays = []; };
|
||||||
in
|
in
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user